summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 1dd8fdcbbf07..177a947a024c 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -95,7 +95,9 @@ SUBDIR+=fdisk
.endif
.if ${MACHINE_ARCH} == "ia64"
-SUBDIR+=fdisk
+SUBDIR+=fdisk \
+ gpt \
+ mca
.endif
.include <bsd.subdir.mk>