From 5fcbca2516ee0c9809ce27855893710a96fc2fca Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 21 Feb 2003 02:30:51 +0000 Subject: Some things don't build for PowerPC yet. List from: benno --- usr.sbin/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'usr.sbin/Makefile') 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 \ -- cgit v1.1