diff options
Diffstat (limited to 'usr/src/lib/libinetsvc')
-rw-r--r-- | usr/src/lib/libinetsvc/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/libinetsvc/Makefile.com | 4 | ||||
-rw-r--r-- | usr/src/lib/libinetsvc/i386/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libinetsvc/sparc/Makefile | 4 |
4 files changed, 4 insertions, 13 deletions
diff --git a/usr/src/lib/libinetsvc/Makefile b/usr/src/lib/libinetsvc/Makefile index 0b426c7c65..31f045299c 100644 --- a/usr/src/lib/libinetsvc/Makefile +++ b/usr/src/lib/libinetsvc/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 @@ -33,14 +31,13 @@ all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint HDRDIR = common HDRS = inetsvc.h .KEEP_STATE: -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) install_h: $(ROOTHDRS) diff --git a/usr/src/lib/libinetsvc/Makefile.com b/usr/src/lib/libinetsvc/Makefile.com index 1fb0e2b7fa..3a3a6c6099 100644 --- a/usr/src/lib/libinetsvc/Makefile.com +++ b/usr/src/lib/libinetsvc/Makefile.com @@ -30,11 +30,10 @@ OBJECTS = inetsvc.o include ../../Makefile.lib -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) LDLIBS += -lscf -lc -lsocket -lnsl -lmd -luutil SRCDIR = ../common -$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) CFLAGS += $(CCVERBOSE) -Wp,$(CSTD_GNU99) CPPFLAGS += -I../common -D_REENTRANT @@ -51,6 +50,5 @@ SMATCH=off all: $(LIBS) -lint: lintcheck include ../../Makefile.targ diff --git a/usr/src/lib/libinetsvc/i386/Makefile b/usr/src/lib/libinetsvc/i386/Makefile index c56fff345b..18584b4da1 100644 --- a/usr/src/lib/libinetsvc/i386/Makefile +++ b/usr/src/lib/libinetsvc/i386/Makefile @@ -23,9 +23,7 @@ # Copyright 2004 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/libinetsvc/sparc/Makefile b/usr/src/lib/libinetsvc/sparc/Makefile index c56fff345b..18584b4da1 100644 --- a/usr/src/lib/libinetsvc/sparc/Makefile +++ b/usr/src/lib/libinetsvc/sparc/Makefile @@ -23,9 +23,7 @@ # Copyright 2004 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) |