diff options
Diffstat (limited to 'usr/src/lib/crypt_modules')
-rw-r--r-- | usr/src/lib/crypt_modules/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/crypt_modules/bsdbf/Makefile | 3 | ||||
-rw-r--r-- | usr/src/lib/crypt_modules/bsdbf/Makefile.com | 8 | ||||
-rw-r--r-- | usr/src/lib/crypt_modules/bsdmd5/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/crypt_modules/bsdmd5/Makefile.com | 7 | ||||
-rw-r--r-- | usr/src/lib/crypt_modules/sha256/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/crypt_modules/sha256/Makefile.com | 7 | ||||
-rw-r--r-- | usr/src/lib/crypt_modules/sha512/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/crypt_modules/sha512/Makefile.com | 7 | ||||
-rw-r--r-- | usr/src/lib/crypt_modules/sunmd5/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/crypt_modules/sunmd5/Makefile.com | 8 |
11 files changed, 16 insertions, 48 deletions
diff --git a/usr/src/lib/crypt_modules/Makefile b/usr/src/lib/crypt_modules/Makefile index 15b5a5292e..c1f2b37aeb 100644 --- a/usr/src/lib/crypt_modules/Makefile +++ b/usr/src/lib/crypt_modules/Makefile @@ -22,7 +22,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" SUBDIRS = \ bsdmd5 \ @@ -36,14 +35,13 @@ clean := TARGET= clean clobber := TARGET= clobber delete := TARGET= delete install := TARGET= install -lint := TARGET= lint catalog := TARGET= catalog package := TARGET= package _msg := TARGET= _msg .KEEP_STATE: -all lint clean clobber catalog package install _msg: $(SUBDIRS) +all clean clobber catalog package install _msg: $(SUBDIRS) install: all diff --git a/usr/src/lib/crypt_modules/bsdbf/Makefile b/usr/src/lib/crypt_modules/bsdbf/Makefile index f5ecab1c6c..0b9ce88154 100644 --- a/usr/src/lib/crypt_modules/bsdbf/Makefile +++ b/usr/src/lib/crypt_modules/bsdbf/Makefile @@ -33,12 +33,11 @@ clean := TARGET= clean clobber := TARGET= clobber delete := TARGET= delete install := TARGET= install -lint := TARGET= lint package := TARGET= package .KEEP_STATE: -all clean clobber delete install lint package: $(SUBDIRS) +all clean clobber delete install package: $(SUBDIRS) _msg: diff --git a/usr/src/lib/crypt_modules/bsdbf/Makefile.com b/usr/src/lib/crypt_modules/bsdbf/Makefile.com index aa2e8f234d..242c2b47e4 100644 --- a/usr/src/lib/crypt_modules/bsdbf/Makefile.com +++ b/usr/src/lib/crypt_modules/bsdbf/Makefile.com @@ -23,10 +23,8 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# LIBRARY= crypt_bsdbf.a -VERS= .1 +VERS= .1 OBJECTS= bsdbf.o \ bcrypt.o \ @@ -35,11 +33,9 @@ OBJECTS= bsdbf.o \ include ../../Makefile.crypt_modules -LDLIBS += -lc +LDLIBS += -lc CPPFLAGS += -I.. all: $(LIBS) -lint: lintcheck - include $(SRC)/lib/Makefile.targ diff --git a/usr/src/lib/crypt_modules/bsdmd5/Makefile b/usr/src/lib/crypt_modules/bsdmd5/Makefile index 56ab3b9de1..0b9ce88154 100644 --- a/usr/src/lib/crypt_modules/bsdmd5/Makefile +++ b/usr/src/lib/crypt_modules/bsdmd5/Makefile @@ -22,8 +22,6 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include $(SRC)/lib/Makefile.lib @@ -35,12 +33,11 @@ clean := TARGET= clean clobber := TARGET= clobber delete := TARGET= delete install := TARGET= install -lint := TARGET= lint package := TARGET= package .KEEP_STATE: -all clean clobber delete install lint package: $(SUBDIRS) +all clean clobber delete install package: $(SUBDIRS) _msg: diff --git a/usr/src/lib/crypt_modules/bsdmd5/Makefile.com b/usr/src/lib/crypt_modules/bsdmd5/Makefile.com index c9e7fa3ad6..df81ffeda1 100644 --- a/usr/src/lib/crypt_modules/bsdmd5/Makefile.com +++ b/usr/src/lib/crypt_modules/bsdmd5/Makefile.com @@ -22,18 +22,15 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" LIBRARY= crypt_bsdmd5.a -VERS= .1 +VERS= .1 OBJECTS= bsdmd5.o include ../../Makefile.crypt_modules -LDLIBS += -lc -lmd +LDLIBS += -lc -lmd all: $(LIBS) -lint: lintcheck - include $(SRC)/lib/Makefile.targ diff --git a/usr/src/lib/crypt_modules/sha256/Makefile b/usr/src/lib/crypt_modules/sha256/Makefile index 65265904be..53f7bd9e77 100644 --- a/usr/src/lib/crypt_modules/sha256/Makefile +++ b/usr/src/lib/crypt_modules/sha256/Makefile @@ -21,8 +21,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include $(SRC)/lib/Makefile.lib @@ -34,12 +32,11 @@ clean := TARGET= clean clobber := TARGET= clobber delete := TARGET= delete install := TARGET= install -lint := TARGET= lint test := TARGET= test .KEEP_STATE: -all clean clobber delete install lint test: $(SUBDIRS) +all clean clobber delete install test: $(SUBDIRS) _msg: diff --git a/usr/src/lib/crypt_modules/sha256/Makefile.com b/usr/src/lib/crypt_modules/sha256/Makefile.com index b773a2b6e1..6a6f160399 100644 --- a/usr/src/lib/crypt_modules/sha256/Makefile.com +++ b/usr/src/lib/crypt_modules/sha256/Makefile.com @@ -21,21 +21,18 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" LIBRARY= crypt_sha256.a -VERS= .1 +VERS= .1 OBJECTS= crypt_sha.o include ../../Makefile.crypt_modules CPPFLAGS += -DCRYPT_SHA256 -LDLIBS += -lc -lmd +LDLIBS += -lc -lmd all: $(LIBS) -lint: lintcheck - include $(SRC)/lib/Makefile.targ CLOBBERFILES += test test.o diff --git a/usr/src/lib/crypt_modules/sha512/Makefile b/usr/src/lib/crypt_modules/sha512/Makefile index 842e20fb39..3ca46a323e 100644 --- a/usr/src/lib/crypt_modules/sha512/Makefile +++ b/usr/src/lib/crypt_modules/sha512/Makefile @@ -22,8 +22,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include $(SRC)/lib/Makefile.lib @@ -35,12 +33,11 @@ clean := TARGET= clean clobber := TARGET= clobber delete := TARGET= delete install := TARGET= install -lint := TARGET= lint test := TARGET= test .KEEP_STATE: -all clean clobber delete install lint test: $(SUBDIRS) +all clean clobber delete install test: $(SUBDIRS) _msg: diff --git a/usr/src/lib/crypt_modules/sha512/Makefile.com b/usr/src/lib/crypt_modules/sha512/Makefile.com index cf3f561b72..7abf53c548 100644 --- a/usr/src/lib/crypt_modules/sha512/Makefile.com +++ b/usr/src/lib/crypt_modules/sha512/Makefile.com @@ -22,23 +22,20 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" LIBRARY= crypt_sha512.a -VERS= .1 +VERS= .1 OBJECTS= crypt_sha.o include ../../Makefile.crypt_modules CPPFLAGS += -DCRYPT_SHA512 -LDLIBS += -lc -lmd +LDLIBS += -lc -lmd SRCDIR = ../../sha256/ all: $(LIBS) -lint: lintcheck - include $(SRC)/lib/Makefile.targ CLOBBERFILES += test test.o diff --git a/usr/src/lib/crypt_modules/sunmd5/Makefile b/usr/src/lib/crypt_modules/sunmd5/Makefile index 56ab3b9de1..0b9ce88154 100644 --- a/usr/src/lib/crypt_modules/sunmd5/Makefile +++ b/usr/src/lib/crypt_modules/sunmd5/Makefile @@ -22,8 +22,6 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include $(SRC)/lib/Makefile.lib @@ -35,12 +33,11 @@ clean := TARGET= clean clobber := TARGET= clobber delete := TARGET= delete install := TARGET= install -lint := TARGET= lint package := TARGET= package .KEEP_STATE: -all clean clobber delete install lint package: $(SUBDIRS) +all clean clobber delete install package: $(SUBDIRS) _msg: diff --git a/usr/src/lib/crypt_modules/sunmd5/Makefile.com b/usr/src/lib/crypt_modules/sunmd5/Makefile.com index 6982c0ce63..ba9466e2df 100644 --- a/usr/src/lib/crypt_modules/sunmd5/Makefile.com +++ b/usr/src/lib/crypt_modules/sunmd5/Makefile.com @@ -22,18 +22,14 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" - LIBRARY= crypt_sunmd5.a -VERS= .1 +VERS= .1 OBJECTS= sunmd5.o include ../../Makefile.crypt_modules -LDLIBS += -lc -lmd +LDLIBS += -lc -lmd all: $(LIBS) -lint: lintcheck - include $(SRC)/lib/Makefile.targ |