summaryrefslogtreecommitdiff
path: root/usr/src/lib/libvmmapi/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libvmmapi/Makefile.com')
-rw-r--r--usr/src/lib/libvmmapi/Makefile.com6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/lib/libvmmapi/Makefile.com b/usr/src/lib/libvmmapi/Makefile.com
index 34240f4331..1653e8619c 100644
--- a/usr/src/lib/libvmmapi/Makefile.com
+++ b/usr/src/lib/libvmmapi/Makefile.com
@@ -27,7 +27,7 @@ include ../../Makefile.rootfs
SRCDIR = ../common
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
CPPFLAGS = -I$(COMPAT)/freebsd -I$(CONTRIB)/freebsd \
$(CPPFLAGS.master) -I$(SRC)/uts/i86pc
@@ -35,16 +35,12 @@ CPPFLAGS = -I$(COMPAT)/freebsd -I$(CONTRIB)/freebsd \
# not linted
SMATCH=off
-$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
-
LDLIBS += -lc
.KEEP_STATE:
all: $(LIBS)
-lint: lintcheck
-
pics/%.o: $(CONTRIB)/freebsd/lib/libutil/%.c
$(COMPILE.c) -o $@ $<
$(POST_PROCESS_O)