diff options
author | John Sonnenschein <johns@joyent.com> | 2012-05-17 18:26:57 +0000 |
---|---|---|
committer | John Sonnenschein <johns@joyent.com> | 2012-05-17 18:26:57 +0000 |
commit | 04b244dd661c24b510ac22936decfc0972d202d3 (patch) | |
tree | 3ebfef98afc303fddf3415d6fba64e8682f495e8 /usr/src/uts/common/gssapi | |
parent | eac250589e41f1b705e1b7427b02b3379aac9f9e (diff) | |
parent | a69187741b83640a90dd8586195456dd50c016a8 (diff) | |
download | illumos-joyent-20120517.tar.gz |
Merge git.joyent.com:illumos-joyent20120517
Diffstat (limited to 'usr/src/uts/common/gssapi')
-rw-r--r-- | usr/src/uts/common/gssapi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/gssapi/Makefile b/usr/src/uts/common/gssapi/Makefile index 1b691b92cb..0f02a03623 100644 --- a/usr/src/uts/common/gssapi/Makefile +++ b/usr/src/uts/common/gssapi/Makefile @@ -23,7 +23,7 @@ # Copyright (c) 1989,1997,1999 by Sun Microsystems, Inc. # All rights reserved. # -#pragma ident "%Z%%M% %I% %E% SMI" +# Copyright 2012 Milan Jurik. All rights reserved. # # uts/common/gssd/Makefile # @@ -64,7 +64,7 @@ $(GSSDDIRS): gssd_prot.h: gssd.x $(RM) $@ - $(RPCGEN) -M -h gssd.x > $@ + $(RPCGEN) -CM -h gssd.x > $@ gssd_prot.c: gssd.x $(RM) $@ |