Revert previous revision; sysinstall should build fine now even when cross-

building, plus ru says the previous revision didn't actually achieve what
it was meant to achieve.
This commit is contained in:
Dag-Erling Smørgrav 2002-03-15 18:48:20 +00:00
parent 9722145f6f
commit 0d61ca69bb

View File

@ -102,6 +102,7 @@ SUBDIR= IPXrouted \
sliplogin \
slstat \
spray \
sysinstall \
syslogd \
tcpdchk \
tcpdmatch \
@ -127,10 +128,6 @@ SUBDIR= IPXrouted \
ypset \
zic
.if ${MACHINE_ARCH} == ${TARGET_ARCH}
SUBDIR+=sysinstall
.endif
.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64"
SUBDIR+=pppctl
.endif