aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-10-25 17:04:49 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-10-25 17:04:49 +0000
commitc295abba4f08e0b168afe089c07877b958102540 (patch)
treecc43841352d71b094219201a46efdb676698d5db
parentc03bf4f225a1564f70ff9ae0c3cfe36a9ab32b7b (diff)
downloadsrc-c295abba4f08e0b168afe089c07877b958102540.tar.gz
src-c295abba4f08e0b168afe089c07877b958102540.zip
Explicitly list architectures supporting sysinstall
Notes
Notes: svn path=/head/; revision=105942
-rw-r--r--usr.sbin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 3f39337e48d3..b237eb560956 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -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