summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-10-27 00:22:05 +0000
committerpeter <peter@FreeBSD.org>2002-10-27 00:22:05 +0000
commitaca99d41beacd70826ba55ebe527c3b0b31dc953 (patch)
tree422fe0585c211db0b495d77f0f4634acff62bd48 /usr.sbin/Makefile
parent29db798cec468c41893c359a01ae7b74c7e8035c (diff)
downloadFreeBSD-src-aca99d41beacd70826ba55ebe527c3b0b31dc953.zip
FreeBSD-src-aca99d41beacd70826ba55ebe527c3b0b31dc953.tar.gz
Un-remove sysinstall for ia64.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index b237eb5..ea42c3f 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -197,7 +197,8 @@ SUBDIR+=boot98cfg
SUBDIR+=ofwdump
.endif
-.if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "pc98"
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha" || \
+ ${MACHINE_ARCH} == "ia64"
SUBDIR+= sysinstall
.endif
OpenPOWER on IntegriCloud