aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2002-11-01 15:36:06 +0000
committerJake Burkholder <jake@FreeBSD.org>2002-11-01 15:36:06 +0000
commita959270a4b1b251f6621384fcaafda666c95360a (patch)
tree322e054fd64fbe3b5e32db8bbc500eeceede8166 /usr.sbin
parent45c589005480d040752195b359fd3eb888b49bec (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index ea42c3fc251ba..3f39337e48d3b 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -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