diff options
Diffstat (limited to 'usr/src/lib/libipp/Makefile.com')
-rw-r--r-- | usr/src/lib/libipp/Makefile.com | 6 |
1 files changed, 1 insertions, 5 deletions
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 |