summaryrefslogtreecommitdiff
path: root/usr/src/cmd/prtconf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/prtconf/Makefile')
-rw-r--r--usr/src/cmd/prtconf/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/cmd/prtconf/Makefile b/usr/src/cmd/prtconf/Makefile
index 1029bf9e7a..c13193b60c 100644
--- a/usr/src/cmd/prtconf/Makefile
+++ b/usr/src/cmd/prtconf/Makefile
@@ -26,8 +26,7 @@ PROG= prtconf
include ../Makefile.cmd
-$(64ONLY)SUBDIRS= $(MACH)
-$(BUILD64)SUBDIRS += $(MACH64)
+SUBDIRS += $(MACH64)
all := TARGET = all
install := TARGET = install
@@ -50,8 +49,6 @@ $(ROOTSYMLINK):
clean clobber lint: $(SUBDIRS)
install: $(SUBDIRS) $(ROOTSYMLINK)
- -$(RM) $(ROOTUSRSBINPROG)
- -$(LN) $(ISAEXEC) $(ROOTUSRSBINPROG)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)