summaryrefslogtreecommitdiff
path: root/usr/src/lib/libshell/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libshell/Makefile.com')
-rw-r--r--usr/src/lib/libshell/Makefile.com11
1 files changed, 1 insertions, 10 deletions
diff --git a/usr/src/lib/libshell/Makefile.com b/usr/src/lib/libshell/Makefile.com
index b185d93851..9880bf8e12 100644
--- a/usr/src/lib/libshell/Makefile.com
+++ b/usr/src/lib/libshell/Makefile.com
@@ -124,7 +124,7 @@ 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 += \
-lcmd \
@@ -134,7 +134,6 @@ LDLIBS += \
-lm \
-lc
-$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
SRCDIR = ../common
@@ -172,12 +171,4 @@ pics/sh/nvdisc.o := CERRWARN += -erroff=E_END_OF_LOOP_CODE_NOT_REACHED
all: mkpicdirs .WAIT $(LIBS)
-#
-# libshell 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/libshell is not lint-clean: skipping"
-
include ../../Makefile.targ