From 61fc22861782bb47eb5807d3085991c0b9657535 Mon Sep 17 00:00:00 2001 From: cognet Date: Mon, 3 Oct 2005 14:22:15 +0000 Subject: Compile fdisk for arm as well. --- sbin/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sbin/Makefile') 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 -- cgit v1.1