summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsasl/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libsasl/Makefile.com')
-rw-r--r--usr/src/lib/libsasl/Makefile.com6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/lib/libsasl/Makefile.com b/usr/src/lib/libsasl/Makefile.com
index 6b6aa0e69f..fb21d7b8d0 100644
--- a/usr/src/lib/libsasl/Makefile.com
+++ b/usr/src/lib/libsasl/Makefile.com
@@ -37,12 +37,9 @@ OBJECTS= $(SASLOBJS) $(COMMONOBJS)
include ../../Makefile.lib
-LIBS= $(DYNLIB) $(LINTLIB)
+LIBS= $(DYNLIB)
SRCS= $(SASLOBJS:%.o=../lib/%.c) $(COMMONOBJS:%.o=$(PLUGDIR)/%.c)
-$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
LDLIBS += -lsocket -lc -lmd
-LINTFLAGS += -DPIC
-LINTFLAGS64 += -DPIC
SRCDIR= ../lib
PLUGDIR= ../plugin
@@ -58,7 +55,6 @@ SMATCH=off
all: $(LIBS)
-lint: lintcheck
pics/%.o: $(PLUGDIR)/%.c
$(COMPILE.c) -o $@ $<