summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 3b1b729..7fd49dd 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -84,10 +84,14 @@ SUBDIR= adjkerntz \
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=cxconfig \
- fdisk \
kget \
mount_nwfs \
nextboot
+.if ${MACHINE} == "pc98"
+SUBDIR+=fdisk_pc98
+.else
+SUBDIR+=fdisk
+.endif
.endif
.if ${MACHINE_ARCH} == "ia64"
OpenPOWER on IntegriCloud