diff options
Diffstat (limited to 'usr/src/lib/libsip')
-rw-r--r-- | usr/src/lib/libsip/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/libsip/Makefile.com | 4 | ||||
-rw-r--r-- | usr/src/lib/libsip/i386/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/libsip/sparc/Makefile | 4 |
4 files changed, 4 insertions, 13 deletions
diff --git a/usr/src/lib/libsip/Makefile b/usr/src/lib/libsip/Makefile index a61fcf8d7b..e32ef45dda 100644 --- a/usr/src/lib/libsip/Makefile +++ b/usr/src/lib/libsip/Makefile @@ -21,8 +21,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,11 +33,10 @@ 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/libsip/Makefile.com b/usr/src/lib/libsip/Makefile.com index b73783361d..64f25bdac0 100644 --- a/usr/src/lib/libsip/Makefile.com +++ b/usr/src/lib/libsip/Makefile.com @@ -35,8 +35,7 @@ OBJECTS = sip_headers.o sip_msg.o sip_gids.o \ include ../../Makefile.lib SRCDIR = ../common -LIBS = $(DYNLIB) $(LINTLIB) -$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) +LIBS = $(DYNLIB) LDLIBS += -lmd5 -lc CFLAGS += $(CCVERBOSE) @@ -49,6 +48,5 @@ SMATCH=off all: $(LIBS) -lint: lintcheck include ../../Makefile.targ diff --git a/usr/src/lib/libsip/i386/Makefile b/usr/src/lib/libsip/i386/Makefile index 8e913a86ca..60e027145b 100644 --- a/usr/src/lib/libsip/i386/Makefile +++ b/usr/src/lib/libsip/i386/Makefile @@ -21,9 +21,7 @@ # Copyright 2006 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/libsip/sparc/Makefile b/usr/src/lib/libsip/sparc/Makefile index 8e913a86ca..60e027145b 100644 --- a/usr/src/lib/libsip/sparc/Makefile +++ b/usr/src/lib/libsip/sparc/Makefile @@ -21,9 +21,7 @@ # Copyright 2006 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) |