summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sgs/mcs/Makefile.targ
diff options
context:
space:
mode:
authorAndy Fiddaman <omnios@citrus-it.co.uk>2019-01-25 10:31:50 +0000
committerHans Rosenfeld <hans.rosenfeld@joyent.com>2019-01-31 23:04:30 +0100
commitcf9a187ca73bc899270af62ab1cd99f2e205cf41 (patch)
tree90cd9daf10114d0bb8d563364ed5051d0e560415 /usr/src/cmd/sgs/mcs/Makefile.targ
parent29a77b73a1e7f5d2b94fed029b676b4eba33440b (diff)
downloadillumos-joyent-cf9a187ca73bc899270af62ab1cd99f2e205cf41.tar.gz
10293 usr/cmd/sgs - remove lint and lint libraries
Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
Diffstat (limited to 'usr/src/cmd/sgs/mcs/Makefile.targ')
-rw-r--r--usr/src/cmd/sgs/mcs/Makefile.targ4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/sgs/mcs/Makefile.targ b/usr/src/cmd/sgs/mcs/Makefile.targ
index 7890e5f22e..e35d939011 100644
--- a/usr/src/cmd/sgs/mcs/Makefile.targ
+++ b/usr/src/cmd/sgs/mcs/Makefile.targ
@@ -23,6 +23,8 @@
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
+#
ROOTSTRIPFILEPROG= $(STRIPFILE:%=$(ROOTCCSBIN)/%)
ROOTSTRIPFILEPROG64= $(STRIPFILE:%=$(ROOTCCSBIN64)/%)
@@ -43,8 +45,6 @@ clean:
delete:
$(RM) $(PROG)
-lint: $(LINTOUT32) $(SGSLINTOUT)
-
$(PROG): $(OBJS)
$(LINK.c) -o $@ $(OBJS) $(LDLIBS)
$(POST_PROCESS)