summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-07-24 01:42:49 +0000
committerpeter <peter@FreeBSD.org>2003-07-24 01:42:49 +0000
commita60ef94facf7f32b340fddd9ffef174eddc4d826 (patch)
tree1339b205ccc666910c8d6f3d2a01adf67bf24dac /sbin/Makefile
parent1f3b1018046f285e927f1ac2517c93ffb18054c8 (diff)
downloadFreeBSD-src-a60ef94facf7f32b340fddd9ffef174eddc4d826.zip
FreeBSD-src-a60ef94facf7f32b340fddd9ffef174eddc4d826.tar.gz
Build /sbin/gpt on amd64 for good luck as well.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 53fd0ea..322fdaa 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -107,7 +107,8 @@ SUBDIR+=fdisk \
.endif
.if ${MACHINE_ARCH} == "amd64"
-SUBDIR+=fdisk
+SUBDIR+=fdisk \
+ gpt
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud