From 4ca131b9a6d6f29aaa503fb035a27d66620d4c3a Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 3 Nov 2001 07:30:14 +0000 Subject: Move i386/{fdisk,cxconfig,nextboot} to src/sbin. Eliminate the i386 subdir. Add fdisk to ia64 SUBDIR list. Add all the previous occupants of the i386 subdir to the i386 SUBDIR list. --- sbin/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'sbin/Makefile') 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 -- cgit v1.1