summaryrefslogtreecommitdiff
path: root/usr/src/lib/libshell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libshell/Makefile')
-rw-r--r--usr/src/lib/libshell/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/lib/libshell/Makefile b/usr/src/lib/libshell/Makefile
index 1cce2316f0..74fa80c6ea 100644
--- a/usr/src/lib/libshell/Makefile
+++ b/usr/src/lib/libshell/Makefile
@@ -35,20 +35,19 @@ 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= libshell.a
+LIBRARY= libshell.a
HDRS= \
history.h \
nval.h \
shell.h
-
+
HDRDIR32= $(MACH)/include/ast
HDRDIR64= $(MACH64)/include/ast
include ../Makefile.asthdr