summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-10-25 02:25:17 +0000
committermarcel <marcel@FreeBSD.org>2004-10-25 02:25:17 +0000
commit6f55e2c3d17821cb93370cd0e64ae8b0ee81b2c2 (patch)
tree18f7bc365f6299815bead743b72c11e17528c6ee /sbin/Makefile
parent187f216c0281b56ad14214c790708d11290f7360 (diff)
downloadFreeBSD-src-6f55e2c3d17821cb93370cd0e64ae8b0ee81b2c2.zip
FreeBSD-src-6f55e2c3d17821cb93370cd0e64ae8b0ee81b2c2.tar.gz
Build gpt(8) on all platforms.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index c4fecb4..d00d10ad 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -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>
OpenPOWER on IntegriCloud