aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-03-15 18:48:20 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-03-15 18:48:20 +0000
commit0d61ca69bb35179c3029bb5b102937a9a2fd806c (patch)
treeee23d14193c87698d5cc7ca6ecb657b13f8592e1
parent9722145f6f41cb89f3313c40118032c9b77332cf (diff)
Notes
-rw-r--r--usr.sbin/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index aefd93d20a97..7ce8d98d5606 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -102,6 +102,7 @@ SUBDIR= IPXrouted \
sliplogin \
slstat \
spray \
+ sysinstall \
syslogd \
tcpdchk \
tcpdmatch \
@@ -127,10 +128,6 @@ SUBDIR= IPXrouted \
ypset \
zic
-.if ${MACHINE_ARCH} == ${TARGET_ARCH}
-SUBDIR+=sysinstall
-.endif
-
.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64"
SUBDIR+=pppctl
.endif