summaryrefslogtreecommitdiff
path: root/usr/src/lib/libprtdiag/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libprtdiag/Makefile')
-rw-r--r--usr/src/lib/libprtdiag/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/lib/libprtdiag/Makefile b/usr/src/lib/libprtdiag/Makefile
index 6a1f2a7e69..ccfc9fed9d 100644
--- a/usr/src/lib/libprtdiag/Makefile
+++ b/usr/src/lib/libprtdiag/Makefile
@@ -23,10 +23,6 @@
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
-#
-# lib/libprtdiag/Makefile
-#
include $(SRC)/lib/Makefile.lib
@@ -36,12 +32,11 @@ all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
-lint := TARGET= lint
_msg := TARGET= _msg
.KEEP_STATE:
-all install clean clobber lint _msg : $(SUBDIRS)
+all install clean clobber _msg: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)