1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00

Build sysinstall on sparc64.

This commit is contained in:
Jake Burkholder 2002-11-01 15:36:06 +00:00
parent 45c5890054
commit a959270a4b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106299

View File

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