Don't try to cross-build sysinstall.

This commit is contained in:
Dag-Erling Smørgrav 2002-03-12 18:55:53 +00:00
parent b6dd310dec
commit 8580fd6b50
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92162

View File

@ -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