summaryrefslogtreecommitdiff
path: root/usr/src/lib/libpicltree
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libpicltree')
-rw-r--r--usr/src/lib/libpicltree/Makefile7
-rw-r--r--usr/src/lib/libpicltree/Makefile.com4
-rw-r--r--usr/src/lib/libpicltree/i386/Makefile4
-rw-r--r--usr/src/lib/libpicltree/sparc/Makefile4
4 files changed, 5 insertions, 14 deletions
diff --git a/usr/src/lib/libpicltree/Makefile b/usr/src/lib/libpicltree/Makefile
index 79d59401c1..4a58addce0 100644
--- a/usr/src/lib/libpicltree/Makefile
+++ b/usr/src/lib/libpicltree/Makefile
@@ -22,19 +22,16 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include $(SRC)/lib/Makefile.lib
SUBDIRS = $(MACH)
# conditional assignments
-all := TARGET= all
+all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
-lint := TARGET= lint
test := TARGET= test
# definitions for install_h target
@@ -45,7 +42,7 @@ CHECKHDRS= $(HDRS:%.h=%.check)
.KEEP_STATE:
-all install clean clobber lint: $(SUBDIRS)
+all install clean clobber: $(SUBDIRS)
# install rule for install_h target
diff --git a/usr/src/lib/libpicltree/Makefile.com b/usr/src/lib/libpicltree/Makefile.com
index 9fe3266a50..14f87bd573 100644
--- a/usr/src/lib/libpicltree/Makefile.com
+++ b/usr/src/lib/libpicltree/Makefile.com
@@ -30,9 +30,8 @@ OBJECTS= picltree.o
include $(SRC)/lib/Makefile.lib
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
LDLIBS += -lc
-$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
CPPFLAGS += -D_REENTRANT -I.. -I../../libpicl -I$(SRC)/cmd/picl/plugins/inc
CFLAGS += $(CCVERBOSE)
@@ -46,6 +45,5 @@ SMATCH=off
all : $(LIBS)
-lint: lintcheck
include $(SRC)/lib/Makefile.targ
diff --git a/usr/src/lib/libpicltree/i386/Makefile b/usr/src/lib/libpicltree/i386/Makefile
index af76f5ab90..18584b4da1 100644
--- a/usr/src/lib/libpicltree/i386/Makefile
+++ b/usr/src/lib/libpicltree/i386/Makefile
@@ -23,9 +23,7 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libpicltree/sparc/Makefile b/usr/src/lib/libpicltree/sparc/Makefile
index af76f5ab90..18584b4da1 100644
--- a/usr/src/lib/libpicltree/sparc/Makefile
+++ b/usr/src/lib/libpicltree/sparc/Makefile
@@ -23,9 +23,7 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)