summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsecdb/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libsecdb/Makefile.com')
-rw-r--r--usr/src/lib/libsecdb/Makefile.com8
1 files changed, 2 insertions, 6 deletions
diff --git a/usr/src/lib/libsecdb/Makefile.com b/usr/src/lib/libsecdb/Makefile.com
index aa027f0efa..ae24955c20 100644
--- a/usr/src/lib/libsecdb/Makefile.com
+++ b/usr/src/lib/libsecdb/Makefile.com
@@ -26,23 +26,20 @@
LIBRARY = libsecdb.a
VERS = .1
OBJECTS = secdb.o getauthattr.o getexecattr.o getprofattr.o \
- getuserattr.o chkauthattr.o
+ getuserattr.o chkauthattr.o
include ../../Makefile.lib
# Install this library in the root filesystem
include ../../Makefile.rootfs
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
LDLIBS += -lnsl -lc
SRCDIR = ../common
-$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -D_REENTRANT
-LINTFLAGS += -DPIC
-LINTFLAGS64 += -DPIC
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += $(CNOWARN_UNINIT)
@@ -51,6 +48,5 @@ CERRWARN += $(CNOWARN_UNINIT)
all: $(LIBS)
-lint: lintcheck
include ../../Makefile.targ