summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsasl
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libsasl')
-rw-r--r--usr/src/lib/libsasl/Makefile3
-rw-r--r--usr/src/lib/libsasl/Makefile.com6
-rw-r--r--usr/src/lib/libsasl/i386/Makefile5
-rw-r--r--usr/src/lib/libsasl/sparc/Makefile5
4 files changed, 4 insertions, 15 deletions
diff --git a/usr/src/lib/libsasl/Makefile b/usr/src/lib/libsasl/Makefile
index 82ae0bd352..d7d3ba8eb2 100644
--- a/usr/src/lib/libsasl/Makefile
+++ b/usr/src/lib/libsasl/Makefile
@@ -38,7 +38,6 @@ all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
LIBRARY= libsasl.a
POFILE= $(LIBRARY:.a=.po)
@@ -53,7 +52,7 @@ MSGFILES= lib/canonusr.c lib/checkpw.c lib/client.c lib/common.c \
.KEEP_STATE:
-all clean clobber install lint: $(SUBDIRS)
+all clean clobber install: $(SUBDIRS)
all install: THIRDPARTYLICENSE
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 $@ $<
diff --git a/usr/src/lib/libsasl/i386/Makefile b/usr/src/lib/libsasl/i386/Makefile
index 2f30298de3..e9391566bb 100644
--- a/usr/src/lib/libsasl/i386/Makefile
+++ b/usr/src/lib/libsasl/i386/Makefile
@@ -2,10 +2,7 @@
# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
-# lib/libsasl/i386/Makefile
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libsasl/sparc/Makefile b/usr/src/lib/libsasl/sparc/Makefile
index 3ae9feb913..e9391566bb 100644
--- a/usr/src/lib/libsasl/sparc/Makefile
+++ b/usr/src/lib/libsasl/sparc/Makefile
@@ -2,10 +2,7 @@
# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
-# lib/libsasl/sparc/Makefile
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)