summaryrefslogtreecommitdiff
path: root/usr/src/lib/libdhcputil/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libdhcputil/Makefile.com')
-rw-r--r--usr/src/lib/libdhcputil/Makefile.com5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/lib/libdhcputil/Makefile.com b/usr/src/lib/libdhcputil/Makefile.com
index c3eaa4cf13..8746877afa 100644
--- a/usr/src/lib/libdhcputil/Makefile.com
+++ b/usr/src/lib/libdhcputil/Makefile.com
@@ -36,13 +36,12 @@ include ../../Makefile.lib
# install this library in the root filesystem
include ../../Makefile.rootfs
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
LDLIBS += -lc -lgen -linetutil -ldlpi
SRCDIR = ../common
SRCS = $(LOCOBJS:%.o=$(SRCDIR)/%.c) $(COMOBJS:%.o=$(COMDIR)/%.c)
-$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-switch
@@ -56,8 +55,6 @@ SMATCH=off
all: $(LIBS)
-lint: lintcheck
-
pics/%.o: $(COMDIR)/%.c
$(COMPILE.c) -o $@ $<
$(POST_PROCESS_O)