diff options
Diffstat (limited to 'usr/src/lib/crypt_modules/Makefile.crypt_modules')
-rw-r--r-- | usr/src/lib/crypt_modules/Makefile.crypt_modules | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/lib/crypt_modules/Makefile.crypt_modules b/usr/src/lib/crypt_modules/Makefile.crypt_modules index 56fea36cc1..d21af46c19 100644 --- a/usr/src/lib/crypt_modules/Makefile.crypt_modules +++ b/usr/src/lib/crypt_modules/Makefile.crypt_modules @@ -19,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # # Common build macros used by (most every) crypt module. @@ -35,8 +33,6 @@ LIBS= $(DYNLIB) CFLAGS += $(CCVERBOSE) CPPFLAGS += -D_REENTRANT -LINTFLAGS += -y -LINTFLAGS64 += -y ROOTLIBDIR= $(ROOT)/usr/lib/security ROOTLIBDIR64= $(ROOT)/usr/lib/security/$(MACH64) |