summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-02-21 02:30:51 +0000
committerobrien <obrien@FreeBSD.org>2003-02-21 02:30:51 +0000
commit5fcbca2516ee0c9809ce27855893710a96fc2fca (patch)
tree2abea78f7c40be8c99c3cd47450a7f8df7de3626 /usr.sbin
parentbb54e155c8763fab1b36c2897bcab4050593ce78 (diff)
downloadFreeBSD-src-5fcbca2516ee0c9809ce27855893710a96fc2fca.zip
FreeBSD-src-5fcbca2516ee0c9809ce27855893710a96fc2fca.tar.gz
Some things don't build for PowerPC yet.
List from: benno
Diffstat (limited to 'usr.sbin')
-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