aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-11-03 07:30:14 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-11-03 07:30:14 +0000
commitf24c53d3ef4e8674c53d4c839d644e9d35846511 (patch)
treeb16b96b1e88530f5ce6851150e49a5d6d8088921 /sbin
parent15faf16e46bcc4599a15e68119df7b9f089190fe (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index d33d80c86897..3b1b72917788 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -82,12 +82,16 @@ SUBDIR= adjkerntz \
umount \
vinum
-.if ${MACHINE_ARCH} == i386
-SUBDIR+= kget mount_nwfs
+.if ${MACHINE_ARCH} == "i386"
+SUBDIR+=cxconfig \
+ fdisk \
+ kget \
+ mount_nwfs \
+ nextboot
.endif
-.if exists(${.CURDIR}/${MACHINE})
-SUBDIR+= ${MACHINE}
+.if ${MACHINE_ARCH} == "ia64"
+SUBDIR+=fdisk
.endif
.include <bsd.subdir.mk>