diff options
author | obrien <obrien@FreeBSD.org> | 2003-02-21 02:30:51 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-02-21 02:30:51 +0000 |
commit | 5fcbca2516ee0c9809ce27855893710a96fc2fca (patch) | |
tree | 2abea78f7c40be8c99c3cd47450a7f8df7de3626 /usr.sbin | |
parent | bb54e155c8763fab1b36c2897bcab4050593ce78 (diff) | |
download | FreeBSD-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/Makefile | 6 |
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 \ |