summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-03-12 18:55:53 +0000
committerdes <des@FreeBSD.org>2002-03-12 18:55:53 +0000
commit42c25f9773e05ec3c6eb1267e31956d2aac84e19 (patch)
tree237a96d5d1c128908ff20a4961175c10a8f9a5fd /usr.sbin/Makefile
parentb400f3a8229bb03c690aaade9409bad7e81bba84 (diff)
downloadFreeBSD-src-42c25f9773e05ec3c6eb1267e31956d2aac84e19.zip
FreeBSD-src-42c25f9773e05ec3c6eb1267e31956d2aac84e19.tar.gz
Don't try to cross-build sysinstall.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 7ce8d98..aefd93d 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -102,7 +102,6 @@ SUBDIR= IPXrouted \
sliplogin \
slstat \
spray \
- sysinstall \
syslogd \
tcpdchk \
tcpdmatch \
@@ -128,6 +127,10 @@ SUBDIR= IPXrouted \
ypset \
zic
+.if ${MACHINE_ARCH} == ${TARGET_ARCH}
+SUBDIR+=sysinstall
+.endif
+
.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64"
SUBDIR+=pppctl
.endif
OpenPOWER on IntegriCloud