summaryrefslogtreecommitdiff
path: root/usr/src/cmd/psrset/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/psrset/Makefile')
-rw-r--r--usr/src/cmd/psrset/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr/src/cmd/psrset/Makefile b/usr/src/cmd/psrset/Makefile
index 3545e81511..ff74c1bea5 100644
--- a/usr/src/cmd/psrset/Makefile
+++ b/usr/src/cmd/psrset/Makefile
@@ -19,9 +19,6 @@
#
# CDDL HEADER END
#
-#
-#ident "%Z%%M% %I% %E% SMI"
-#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
@@ -32,8 +29,7 @@ PROG= psrset
include ../Makefile.cmd
-$(64ONLY)SUBDIRS= $(MACH)
-$(BUILD64)SUBDIRS += $(MACH64)
+SUBDIRS += $(MACH64)
all := TARGET = all
install := TARGET = install
@@ -46,8 +42,6 @@ lint := TARGET = lint
all clean clobber lint: $(SUBDIRS)
install: $(SUBDIRS)
- -$(RM) $(ROOTUSRSBINPROG)
- -$(LN) $(ISAEXEC) $(ROOTUSRSBINPROG)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)