summaryrefslogtreecommitdiff
path: root/usr/src/lib/libprtdiag/sparc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libprtdiag/sparc')
-rw-r--r--usr/src/lib/libprtdiag/sparc/Makefile8
-rw-r--r--usr/src/lib/libprtdiag/sparc/sun4u/Makefile3
-rw-r--r--usr/src/lib/libprtdiag/sparc/sun4v/Makefile1
3 files changed, 3 insertions, 9 deletions
diff --git a/usr/src/lib/libprtdiag/sparc/Makefile b/usr/src/lib/libprtdiag/sparc/Makefile
index 71383e8afa..559f94d289 100644
--- a/usr/src/lib/libprtdiag/sparc/Makefile
+++ b/usr/src/lib/libprtdiag/sparc/Makefile
@@ -23,22 +23,18 @@
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# lib/libprtdiag/sparc/Makefile
-#
-#ident "%Z%%M% %I% %E% SMI"
-#
+
SUBDIRS= sun4u sun4v
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)
diff --git a/usr/src/lib/libprtdiag/sparc/sun4u/Makefile b/usr/src/lib/libprtdiag/sparc/sun4u/Makefile
index a0ed81ff8d..53716929ca 100644
--- a/usr/src/lib/libprtdiag/sparc/sun4u/Makefile
+++ b/usr/src/lib/libprtdiag/sparc/sun4u/Makefile
@@ -53,9 +53,8 @@ GREP= grep
all: $(LIBS)
-install: all $(USR_PSM_LIBS) $(USR_PSMLINT)
+install: all $(USR_PSM_LIBS)
-lint: lintcheck
include $(SRC)/lib/Makefile.targ
diff --git a/usr/src/lib/libprtdiag/sparc/sun4v/Makefile b/usr/src/lib/libprtdiag/sparc/sun4v/Makefile
index 67d4763704..0dd124f313 100644
--- a/usr/src/lib/libprtdiag/sparc/sun4v/Makefile
+++ b/usr/src/lib/libprtdiag/sparc/sun4v/Makefile
@@ -54,7 +54,6 @@ all: $(LIBS)
install: all $(USR_PSM_LIBS)
-lint: lintcheck
include $(SRC)/lib/Makefile.targ