Stop building bsdlabel(8) and fdisk(8) on ia64. Both tools are

obsoleted by gpart(8). This avoids the following bugs in fdisk:
-  initializing a disk without MBR bogusly emits the error:
	fdisk: invalid fdisk partition table found
-  initializing a disk with or without MBR bogusly emits either:
	fdisk: Class not found
   or
	fdisk: Geom not found: "XXX"
-  the default geometry for non-ATA and non-SCSI disks is either
   invalid or sub-optimizal.
This commit is contained in:
Marcel Moolenaar 2008-07-03 20:53:15 +00:00
parent b1b657e6b5
commit d7f5bced19
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180229

View File

@ -9,7 +9,7 @@ SUBDIR= adjkerntz \
atacontrol \
${_atm} \
badsect \
bsdlabel \
${_bsdlabel} \
camcontrol \
ccdconfig \
clri \
@ -113,6 +113,10 @@ _ping6= ping6
_rtsol= rtsol
.endif
.if ${MACHINE_ARCH} != "ia64"
_bsdlabel= bsdlabel
.endif
.if ${MACHINE_ARCH} == "i386"
.if ${MACHINE} == "i386"
_fdisk= fdisk
@ -131,7 +135,6 @@ _fdisk= fdisk
.endif
.if ${MACHINE_ARCH} == "ia64"
_fdisk= fdisk
_mca= mca
.endif