summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2005-10-03 14:22:15 +0000
committercognet <cognet@FreeBSD.org>2005-10-03 14:22:15 +0000
commit61fc22861782bb47eb5807d3085991c0b9657535 (patch)
treea75c7fb38d47d45d3120af0ec7f40b634c268a87 /sbin/Makefile
parentc1683d924885fc494086ce69137ceb379d89bb9c (diff)
downloadFreeBSD-src-61fc22861782bb47eb5807d3085991c0b9657535.zip
FreeBSD-src-61fc22861782bb47eb5807d3085991c0b9657535.tar.gz
Compile fdisk for arm as well.
Diffstat (limited to 'sbin/Makefile')
-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