summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/Makefile1
-rw-r--r--sbin/bsdlabel/bsdlabel.c1
-rw-r--r--sbin/disklabel/disklabel.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 9268144..aa6fb02 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -100,6 +100,7 @@ SUBDIR+=fdisk
.if ${MACHINE_ARCH} == "ia64"
SUBDIR+=fdisk \
+ disklabel \
gpt \
mca
.endif
diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c
index b9a8eaa..d01f0ea 100644
--- a/sbin/bsdlabel/bsdlabel.c
+++ b/sbin/bsdlabel/bsdlabel.c
@@ -106,6 +106,7 @@ __FBSDID("$FreeBSD$");
#if defined(__i386__)
#elif defined(__alpha__)
+#elif defined(__ia64__)
#else
#error I do not know about this architecture, and shall probably not be compiled for it.
#endif
diff --git a/sbin/disklabel/disklabel.c b/sbin/disklabel/disklabel.c
index b9a8eaa..d01f0ea 100644
--- a/sbin/disklabel/disklabel.c
+++ b/sbin/disklabel/disklabel.c
@@ -106,6 +106,7 @@ __FBSDID("$FreeBSD$");
#if defined(__i386__)
#elif defined(__alpha__)
+#elif defined(__ia64__)
#else
#error I do not know about this architecture, and shall probably not be compiled for it.
#endif
OpenPOWER on IntegriCloud