Compile sunlabel on all archs.

This commit is contained in:
Poul-Henning Kamp 2003-06-17 09:12:42 +00:00
parent 8e78890396
commit e76c239428
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116473

View File

@ -73,6 +73,7 @@ SUBDIR= adjkerntz \
slattach \
spppcontrol \
startslip \
sunlabel \
swapon \
sysctl \
tunefs \
@ -108,10 +109,6 @@ SUBDIR+=fdisk \
mca
.endif
.if ${MACHINE_ARCH} == "sparc64"
SUBDIR+=sunlabel
.endif
.if ${MACHINE_ARCH} == "amd64"
SUBDIR+=fdisk
.endif