diff options
Diffstat (limited to 'usr/src/lib/libcryptoutil')
-rw-r--r-- | usr/src/lib/libcryptoutil/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/libcryptoutil/Makefile.com | 5 | ||||
-rw-r--r-- | usr/src/lib/libcryptoutil/amd64/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libcryptoutil/i386/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libcryptoutil/sparc/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libcryptoutil/sparcv9/Makefile | 4 |
6 files changed, 6 insertions, 20 deletions
diff --git a/usr/src/lib/libcryptoutil/Makefile b/usr/src/lib/libcryptoutil/Makefile index 3f17cf53ab..582f2bb041 100644 --- a/usr/src/lib/libcryptoutil/Makefile +++ b/usr/src/lib/libcryptoutil/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 @@ -36,11 +34,10 @@ all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint .KEEP_STATE: -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) install_h: $(ROOTHDRS) diff --git a/usr/src/lib/libcryptoutil/Makefile.com b/usr/src/lib/libcryptoutil/Makefile.com index ff22edb318..df824b45ab 100644 --- a/usr/src/lib/libcryptoutil/Makefile.com +++ b/usr/src/lib/libcryptoutil/Makefile.com @@ -44,13 +44,11 @@ include $(SRC)/lib/Makefile.rootfs SRCDIR= ../common -LIBS = $(DYNLIB) $(LINTLIB) -$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) +LIBS = $(DYNLIB) LDLIBS += -lc CFLAGS += $(CCVERBOSE) CPPFLAGS += -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I$(SRCDIR) -LINTFLAGS64 += -errchk=longptr64 CERRWARN += -_gcc=-Wno-parentheses CERRWARN += $(CNOWARN_UNINIT) @@ -60,6 +58,5 @@ SMATCH=off all: $(LIBS) -lint: lintcheck include $(SRC)/lib/Makefile.targ diff --git a/usr/src/lib/libcryptoutil/amd64/Makefile b/usr/src/lib/libcryptoutil/amd64/Makefile index 4720148af4..f7ec944033 100644 --- a/usr/src/lib/libcryptoutil/amd64/Makefile +++ b/usr/src/lib/libcryptoutil/amd64/Makefile @@ -23,12 +23,10 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com include ../../Makefile.lib.64 .KEEP_STATE: -install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) diff --git a/usr/src/lib/libcryptoutil/i386/Makefile b/usr/src/lib/libcryptoutil/i386/Makefile index 3921305654..f8be94d718 100644 --- a/usr/src/lib/libcryptoutil/i386/Makefile +++ b/usr/src/lib/libcryptoutil/i386/Makefile @@ -23,9 +23,7 @@ # Copyright 2002-2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/libcryptoutil/sparc/Makefile b/usr/src/lib/libcryptoutil/sparc/Makefile index 3921305654..f8be94d718 100644 --- a/usr/src/lib/libcryptoutil/sparc/Makefile +++ b/usr/src/lib/libcryptoutil/sparc/Makefile @@ -23,9 +23,7 @@ # Copyright 2002-2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/libcryptoutil/sparcv9/Makefile b/usr/src/lib/libcryptoutil/sparcv9/Makefile index 5b07b54edf..d8eeb607d8 100644 --- a/usr/src/lib/libcryptoutil/sparcv9/Makefile +++ b/usr/src/lib/libcryptoutil/sparcv9/Makefile @@ -23,12 +23,10 @@ # Copyright 2002-2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com include ../../Makefile.lib.64 .KEEP_STATE: -install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) |