summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsendfile/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libsendfile/Makefile.com')
-rw-r--r--usr/src/lib/libsendfile/Makefile.com4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/libsendfile/Makefile.com b/usr/src/lib/libsendfile/Makefile.com
index 5a6a30574c..12a5852cf9 100644
--- a/usr/src/lib/libsendfile/Makefile.com
+++ b/usr/src/lib/libsendfile/Makefile.com
@@ -33,9 +33,8 @@ include ../../Makefile.rootfs
SRCDIR = ../common
-$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
LDLIBS += -lc
CFLAGS += $(CCVERBOSE)
@@ -43,6 +42,5 @@ CFLAGS += $(CCVERBOSE)
all: $(LIBS)
-lint: lintcheck
include ../../Makefile.targ