summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-08 20:42:05 +0000
committerobrien <obrien@FreeBSD.org>2002-04-08 20:42:05 +0000
commit061cf98cb8ec216607daab556502d72f077a6b99 (patch)
tree6953351dbf270b400c87fc5268cf28d9fff9313d /usr.sbin/Makefile
parent8080c6393bac94601bc2f33d78aa2ca7226a128e (diff)
downloadFreeBSD-src-061cf98cb8ec216607daab556502d72f077a6b99.zip
FreeBSD-src-061cf98cb8ec216607daab556502d72f077a6b99.tar.gz
Sysinstall does not work on ia64 and sparc64 yet. :-)
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 070446f..afb8a99 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -97,7 +97,6 @@ SUBDIR= IPXrouted \
sliplogin \
slstat \
spray \
- sysinstall \
syslogd \
tcpdchk \
tcpdmatch \
@@ -123,6 +122,10 @@ SUBDIR= IPXrouted \
ypset \
zic
+.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64"
+SUBDIR+=sysinstall
+.endif
+
.if !defined(NO_IPFILTER)
SUBDIR+=ipftest \
ipresend \
OpenPOWER on IntegriCloud