summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsum
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libsum')
-rw-r--r--usr/src/lib/libsum/Makefile7
-rw-r--r--usr/src/lib/libsum/Makefile.com11
-rw-r--r--usr/src/lib/libsum/i386/Makefile2
-rw-r--r--usr/src/lib/libsum/sparc/Makefile2
4 files changed, 6 insertions, 16 deletions
diff --git a/usr/src/lib/libsum/Makefile b/usr/src/lib/libsum/Makefile
index 7e321090c1..bcf6063972 100644
--- a/usr/src/lib/libsum/Makefile
+++ b/usr/src/lib/libsum/Makefile
@@ -35,14 +35,13 @@ all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
-_msg := TARGET= _msg
+_msg := TARGET= _msg
.KEEP_STATE:
-all clean clobber install lint _msg: $(SUBDIRS)
+all clean clobber install _msg: $(SUBDIRS)
-LIBRARY= libsum.a
+LIBRARY= libsum.a
HDRS= \
sum.h
diff --git a/usr/src/lib/libsum/Makefile.com b/usr/src/lib/libsum/Makefile.com
index 9dffd007f4..9302987f7b 100644
--- a/usr/src/lib/libsum/Makefile.com
+++ b/usr/src/lib/libsum/Makefile.com
@@ -44,14 +44,13 @@ MAPFILES= ../mapfile-vers
# Set common AST build flags (e.g. C99/XPG6, needed to support the math stuff)
include ../../../Makefile.ast
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
LDLIBS += \
-last \
-lmd \
-lc
-$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
SRCDIR = ../common
@@ -93,12 +92,4 @@ pics/sumlib.o := CERRWARN += -erroff=E_CONST_PROMOTED_UNSIGNED_LONG
all: $(LIBS)
-#
-# libsum is not lint-clean yet; fake up a target. (You can use
-# "make lintcheck" to actually run lint; please send all lint fixes
-# upstream (to AT&T) so the next update will pull them into ON.)
-#
-lint:
- @ print "usr/src/lib/libsum is not lint-clean: skipping"
-
include ../../Makefile.targ
diff --git a/usr/src/lib/libsum/i386/Makefile b/usr/src/lib/libsum/i386/Makefile
index 79cb51eae6..6c35d1fc88 100644
--- a/usr/src/lib/libsum/i386/Makefile
+++ b/usr/src/lib/libsum/i386/Makefile
@@ -26,4 +26,4 @@
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libsum/sparc/Makefile b/usr/src/lib/libsum/sparc/Makefile
index 79cb51eae6..6c35d1fc88 100644
--- a/usr/src/lib/libsum/sparc/Makefile
+++ b/usr/src/lib/libsum/sparc/Makefile
@@ -26,4 +26,4 @@
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)