From a89afebeeb6c33a7278ce5d13ecf74b62fffbfb4 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 4 Nov 2001 17:38:23 +0000 Subject: Repocopy pc98 fdisk out of its hidden subdir. Reconnect it to the build. --- sbin/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sbin/Makefile') 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" -- cgit v1.1