Make disklabel(8) MD for i386/pc98 and alpha only.

This commit is contained in:
Poul-Henning Kamp 2003-01-26 12:19:36 +00:00
parent 21a1863da8
commit 1c55bb01f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109881

View File

@ -15,7 +15,6 @@ SUBDIR= adjkerntz \
devd \
devfs \
dhclient \
disklabel \
dmesg \
dump \
dumpfs \
@ -91,6 +90,7 @@ SUBDIR+=ipf \
SUBDIR+=cxconfig \
mount_nwfs \
mount_smbfs
SUBDIR+=disklabel
.if ${MACHINE} == "pc98"
SUBDIR+=fdisk_pc98
.else
@ -104,4 +104,8 @@ SUBDIR+=fdisk \
mca
.endif
.if ${MACHINE_ARCH} == "alpha"
SUBDIR+=disklabel
.endif
.include <bsd.subdir.mk>