summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 596da4d..89ce11d 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -126,6 +126,10 @@ _sconfig= sconfig
_fdisk= fdisk
.endif
+.if ${MACHINE_ARCH} == "arm"
+_fdisk= fdisk
+.endif
+
.if ${MACHINE_ARCH} == "ia64"
_fdisk= fdisk
_mca= mca
OpenPOWER on IntegriCloud