1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-23 07:31:31 +00:00

Make sunlabel specific to sparc64. This is mostly for backward

compatibility reasons. Sun labels, with VTOC8, are handled by
gpart(8).
This commit is contained in:
Marcel Moolenaar 2008-07-04 04:33:33 +00:00
parent 59dd72d040
commit 773c9287f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180247

View File

@ -85,7 +85,7 @@ SUBDIR= adjkerntz \
slattach \
spppcontrol \
startslip \
sunlabel \
${_sunlabel} \
swapon \
sysctl \
tunefs \
@ -138,4 +138,8 @@ _fdisk= fdisk
_mca= mca
.endif
.if ${MACHINE_ARCH} == "sparc64"
_sunlabel= sunlabel
.endif
.include <bsd.subdir.mk>