summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2002-10-27 00:22:05 +0000
committerPeter Wemm <peter@FreeBSD.org>2002-10-27 00:22:05 +0000
commit52fe5948a07d80e904bc4b26c442550afa7245b4 (patch)
tree422fe0585c211db0b495d77f0f4634acff62bd48
parent7e50af21ba915bac3cb8b765eb033bf51a9c7cd1 (diff)
Notes
-rw-r--r--usr.sbin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index b237eb560956..ea42c3fc251b 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