summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
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 d33d80c..3b1b729 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>
OpenPOWER on IntegriCloud