summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index b1f0d23..cc3fe96 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -1,6 +1,10 @@
# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
# $FreeBSD$
+.if ${MACHINE_ARCH} != "powerpc"
+_sysinstall=sysinstall
+.endif
+
# XXX MISSING: mkproto
SUBDIR= IPXrouted \
ac \
@@ -101,7 +105,7 @@ SUBDIR= IPXrouted \
sliplogin \
slstat \
spray \
- sysinstall \
+ ${_sysinstall} \
syslogd \
tcpdchk \
tcpdmatch \
OpenPOWER on IntegriCloud