diff options
Diffstat (limited to 'usr/src/lib/crypt_modules/bsdbf')
-rw-r--r-- | usr/src/lib/crypt_modules/bsdbf/Makefile | 3 | ||||
-rw-r--r-- | usr/src/lib/crypt_modules/bsdbf/Makefile.com | 8 |
2 files changed, 3 insertions, 8 deletions
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 |