diff options
author | cognet <cognet@FreeBSD.org> | 2005-10-03 14:22:15 +0000 |
---|---|---|
committer | cognet <cognet@FreeBSD.org> | 2005-10-03 14:22:15 +0000 |
commit | 61fc22861782bb47eb5807d3085991c0b9657535 (patch) | |
tree | a75c7fb38d47d45d3120af0ec7f40b634c268a87 /sbin/Makefile | |
parent | c1683d924885fc494086ce69137ceb379d89bb9c (diff) | |
download | FreeBSD-src-61fc22861782bb47eb5807d3085991c0b9657535.zip FreeBSD-src-61fc22861782bb47eb5807d3085991c0b9657535.tar.gz |
Compile fdisk for arm as well.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 4 |
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 |