diff options
Diffstat (limited to 'usr/src/lib/libelfsign')
-rw-r--r-- | usr/src/lib/libelfsign/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libelfsign/Makefile.com | 4 | ||||
-rw-r--r-- | usr/src/lib/libelfsign/i386/Makefile | 6 | ||||
-rw-r--r-- | usr/src/lib/libelfsign/sparc/Makefile | 4 |
4 files changed, 3 insertions, 15 deletions
diff --git a/usr/src/lib/libelfsign/Makefile b/usr/src/lib/libelfsign/Makefile index 1d663e73d1..0558449631 100644 --- a/usr/src/lib/libelfsign/Makefile +++ b/usr/src/lib/libelfsign/Makefile @@ -23,9 +23,6 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# lib/libelfsign/Makefile -# -#ident "%Z%%M% %I% %E% SMI" include $(SRC)/lib/Makefile.lib @@ -43,7 +40,6 @@ all:= TARGET= all clean:= TARGET= clean clobber:= TARGET= clobber install:= TARGET= install -lint:= TARGET= lint .KEEP_STATE: diff --git a/usr/src/lib/libelfsign/Makefile.com b/usr/src/lib/libelfsign/Makefile.com index 37a3a076ad..2a35d52726 100644 --- a/usr/src/lib/libelfsign/Makefile.com +++ b/usr/src/lib/libelfsign/Makefile.com @@ -33,8 +33,7 @@ include $(SRC)/lib/Makefile.rootfs SRCDIR = ../common -LIBS = $(DYNLIB) $(LINTLIB) -$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC) +LIBS = $(DYNLIB) LDLIBS += -lmd -lelf -lkmf -lcryptoutil -lc @@ -45,6 +44,5 @@ CPPFLAGS += -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS all: $(LIBS) -lint: lintcheck include $(SRC)/lib/Makefile.targ diff --git a/usr/src/lib/libelfsign/i386/Makefile b/usr/src/lib/libelfsign/i386/Makefile index a31def5dc7..e0bdaffa16 100644 --- a/usr/src/lib/libelfsign/i386/Makefile +++ b/usr/src/lib/libelfsign/i386/Makefile @@ -23,13 +23,9 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# -# lib/libelfsign/i386/Makefile -# include ../Makefile.com .KEEP_STATE: -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/libelfsign/sparc/Makefile b/usr/src/lib/libelfsign/sparc/Makefile index 7c783f69c9..e0bdaffa16 100644 --- a/usr/src/lib/libelfsign/sparc/Makefile +++ b/usr/src/lib/libelfsign/sparc/Makefile @@ -23,11 +23,9 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com .KEEP_STATE: -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) |