diff options
Diffstat (limited to 'usr/src/lib/libsocket/Makefile.com')
-rw-r--r-- | usr/src/lib/libsocket/Makefile.com | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/libsocket/Makefile.com b/usr/src/lib/libsocket/Makefile.com index bc51201190..d66af7cde9 100644 --- a/usr/src/lib/libsocket/Makefile.com +++ b/usr/src/lib/libsocket/Makefile.com @@ -41,13 +41,12 @@ include ../../Makefile.lib # install this library in the root filesystem include ../../Makefile.rootfs -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) SRCS = $(INETOBJS:%.o=../inet/%.c) $(SOCKOBJS:%.o=../socket/%.c) LDLIBS += -lnsl -lc SRCDIR = ../common -$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC) # Make string literals read-only to save memory. CFLAGS += $(XSTRCONST) @@ -68,7 +67,6 @@ SMATCH=off all: -lint: lintcheck # libsocket build rules pics/%.o: ../inet/%.c |