Explicitly list architectures supporting sysinstall
This commit is contained in:
parent
c03bf4f225
commit
c295abba4f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105942
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user