1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Explicitly list architectures supporting sysinstall

This commit is contained in:
Poul-Henning Kamp 2002-10-25 17:04:49 +00:00
parent c03bf4f225
commit c295abba4f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105942

View File

@ -101,7 +101,6 @@ SUBDIR= IPXrouted \
sliplogin \
slstat \
spray \
sysinstall \
syslogd \
tcpdchk \
tcpdmatch \
@ -198,6 +197,10 @@ SUBDIR+=boot98cfg
SUBDIR+=ofwdump
.endif
.if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "pc98"
SUBDIR+= sysinstall
.endif
.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
SUBDIR+=keyserv
.endif