diff options
Diffstat (limited to 'usr/src/lib/libipmp')
-rw-r--r-- | usr/src/lib/libipmp/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/libipmp/Makefile.com | 4 | ||||
-rw-r--r-- | usr/src/lib/libipmp/i386/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libipmp/sparc/Makefile | 4 |
4 files changed, 5 insertions, 12 deletions
diff --git a/usr/src/lib/libipmp/Makefile b/usr/src/lib/libipmp/Makefile index 5d52f304dc..d15db5b218 100644 --- a/usr/src/lib/libipmp/Makefile +++ b/usr/src/lib/libipmp/Makefile @@ -33,15 +33,14 @@ POFILE = libipmp.po MSGFILES = common/ipmp.c XGETFLAGS = -a -all := TARGET = all +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/libipmp/Makefile.com b/usr/src/lib/libipmp/Makefile.com index 99865edb1b..08b1ca5dc3 100644 --- a/usr/src/lib/libipmp/Makefile.com +++ b/usr/src/lib/libipmp/Makefile.com @@ -31,11 +31,10 @@ OBJECTS = ipmp_admin.o ipmp_query.o ipmp_mpathd.o ipmp.o include ../../Makefile.lib include ../../Makefile.rootfs -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) LDLIBS += -linetutil -lsocket -lc SRCDIR = ../common -$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC) CFLAGS += $(CCVERBOSE) CPPFLAGS += -D_REENTRANT -I$(SRCDIR) @@ -48,6 +47,5 @@ pics/ipmp_query.o := SMOFF = check_free all: $(LIBS) -lint: lintcheck include ../../Makefile.targ diff --git a/usr/src/lib/libipmp/i386/Makefile b/usr/src/lib/libipmp/i386/Makefile index 0c05212571..7421a75150 100644 --- a/usr/src/lib/libipmp/i386/Makefile +++ b/usr/src/lib/libipmp/i386/Makefile @@ -23,9 +23,7 @@ # Copyright 2002 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/libipmp/sparc/Makefile b/usr/src/lib/libipmp/sparc/Makefile index 0c05212571..7421a75150 100644 --- a/usr/src/lib/libipmp/sparc/Makefile +++ b/usr/src/lib/libipmp/sparc/Makefile @@ -23,9 +23,7 @@ # Copyright 2002 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) |