summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-08-10 06:29:43 +0000
committerimp <imp@FreeBSD.org>2006-08-10 06:29:43 +0000
commitce00be88fb3f3065e3d94b63d968447c6d863882 (patch)
treedb507ee22c5b7b699279ca39b351a954262d7838 /sys/boot/Makefile
parent71f98fe85d3cdf4af968ae2e1fe8d3d2230df50e (diff)
downloadFreeBSD-src-ce00be88fb3f3065e3d94b63d968447c6d863882.zip
FreeBSD-src-ce00be88fb3f3065e3d94b63d968447c6d863882.tar.gz
Don't need to special case arm here anymore
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 80ae36d..bbb0ef8 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -17,9 +17,7 @@ SUBDIR+= efi
SUBDIR+= ofw
.endif
-.if ${MACHINE_ARCH} != "arm"
# Pick the machine-dependent subdir based on the target architecture.
SUBDIR+= ${MACHINE:S/amd64/i386/}
-.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud