diff options
Diffstat (limited to 'usr/src/lib/libsctp/Makefile.com')
-rw-r--r-- | usr/src/lib/libsctp/Makefile.com | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/lib/libsctp/Makefile.com b/usr/src/lib/libsctp/Makefile.com index 689f18d5b3..bf743d9c41 100644 --- a/usr/src/lib/libsctp/Makefile.com +++ b/usr/src/lib/libsctp/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 = libsctp.a VERS = .1 @@ -32,8 +30,7 @@ OBJECTS = sctp.o include ../../Makefile.lib SRCDIR = ../common -LIBS = $(DYNLIB) $(LINTLIB) -$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) +LIBS = $(DYNLIB) LDLIBS += -lsocket -lc CFLAGS += $(CCVERBOSE) @@ -42,6 +39,5 @@ CFLAGS += $(CCVERBOSE) all: $(LIBS) -lint: $(LINTLIB) lintcheck include ../../Makefile.targ |