Build sunlabel on sparc64.

This commit is contained in:
Jake Burkholder 2003-01-31 07:40:25 +00:00
parent b72d483eb5
commit a89bc4fcac

View File

@ -109,4 +109,8 @@ SUBDIR+=fdisk \
SUBDIR+=disklabel
.endif
.if ${MACHINE_ARCH} == "sparc64"
SUBDIR+=sunlabel
.endif
.include <bsd.subdir.mk>