Build gpt(8) on all platforms.

This commit is contained in:
marcel 2004-10-25 02:25:17 +00:00
parent 187f216c02
commit 6f55e2c3d1

View File

@ -31,7 +31,7 @@ SUBDIR= adjkerntz \
gbde \
geom \
ggate \
${_gpt} \
gpt \
growfs \
gvinum \
ifconfig \
@ -144,8 +144,4 @@ _fdisk= fdisk
_mca= mca
.endif
.if ${MACHINE_ARCH} != "sparc64"
_gpt= gpt
.endif
.include <bsd.subdir.mk>