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.
This commit is contained in:
Peter Wemm 2001-11-03 07:30:14 +00:00
parent 15faf16e46
commit f24c53d3ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85954

View File

@ -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>