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:
parent
15faf16e46
commit
f24c53d3ef
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user