diff options
Diffstat (limited to 'usr/src/lib/libipp')
-rw-r--r-- | usr/src/lib/libipp/Makefile | 7 | ||||
-rw-r--r-- | usr/src/lib/libipp/Makefile.com | 6 | ||||
-rw-r--r-- | usr/src/lib/libipp/i386/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/libipp/sparc/Makefile | 5 |
4 files changed, 5 insertions, 18 deletions
diff --git a/usr/src/lib/libipp/Makefile b/usr/src/lib/libipp/Makefile index 5675f84f5f..852bf20185 100644 --- a/usr/src/lib/libipp/Makefile +++ b/usr/src/lib/libipp/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 ../Makefile.lib @@ -35,15 +33,14 @@ $(BUILD64)SUBDIRS += $(MACH64) HDRS= libipp.h HDRDIR= . -all := TARGET= all +all := TARGET= all install := TARGET= install clean := TARGET= clean clobber := TARGET= clobber -lint := TARGET= lint .KEEP_STATE: -all install clean clobber lint: $(SUBDIRS) +all install clean clobber: $(SUBDIRS) install_h: $(ROOTHDRS) diff --git a/usr/src/lib/libipp/Makefile.com b/usr/src/lib/libipp/Makefile.com index 94a44ec24e..d48a0fa64e 100644 --- a/usr/src/lib/libipp/Makefile.com +++ b/usr/src/lib/libipp/Makefile.com @@ -22,8 +22,6 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# LIBRARY = libipp.a VERS = .1 @@ -33,8 +31,7 @@ OBJECTS = libipp.o # include library definitions include ../../Makefile.lib -LIBS = $(DYNLIB) $(LINTLIB) -$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) +LIBS = $(DYNLIB) LDLIBS += -lc -lnvpair CFLAGS += $(CCVERBOSE) @@ -44,6 +41,5 @@ CPPFLAGS += -D_REENTRANT all: $(LIBS) -lint: lintcheck include ../../Makefile.targ diff --git a/usr/src/lib/libipp/i386/Makefile b/usr/src/lib/libipp/i386/Makefile index 59a6807ec4..975ee65d2b 100644 --- a/usr/src/lib/libipp/i386/Makefile +++ b/usr/src/lib/libipp/i386/Makefile @@ -23,10 +23,7 @@ # Copyright 2001-2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# -# lib/libipp/i386/Makefile include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/libipp/sparc/Makefile b/usr/src/lib/libipp/sparc/Makefile index d3f8ae47e6..975ee65d2b 100644 --- a/usr/src/lib/libipp/sparc/Makefile +++ b/usr/src/lib/libipp/sparc/Makefile @@ -23,10 +23,7 @@ # Copyright 2001-2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# -# lib/libipp/sparc/Makefile include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) |