summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsysevent/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libsysevent/Makefile.com')
-rw-r--r--usr/src/lib/libsysevent/Makefile.com11
1 files changed, 1 insertions, 10 deletions
diff --git a/usr/src/lib/libsysevent/Makefile.com b/usr/src/lib/libsysevent/Makefile.com
index a1f97796c2..2a4d20144c 100644
--- a/usr/src/lib/libsysevent/Makefile.com
+++ b/usr/src/lib/libsysevent/Makefile.com
@@ -35,9 +35,7 @@ OBJECTS= libsysevent.o \
include ../../Makefile.lib
include ../../Makefile.rootfs
-LIBS = $(DYNLIB) $(LINTLIB)
-
-LINTSRC = $(LINTLIB:%.ln=%)
+LIBS = $(DYNLIB)
CPPFLAGS += -D_REENTRANT -I..
CFLAGS += $(CCVERBOSE)
@@ -46,20 +44,13 @@ LDLIBS += -lnvpair -lc
# not linted
SMATCH=off
-$(LINTLIB) := SRCS = ../llib-lsysevent
-
.KEEP_STATE:
all : $(LIBS)
-lint : lintcheck
-
# include library targets
include ../../Makefile.targ
pics/%.o: ../%.c
$(COMPILE.c) -o $@ $<
$(POST_PROCESS_O)
-
-$(ROOTLINTDIR)/%: ../%
- $(INS.file)