aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-08-10 06:29:43 +0000
committerWarner Losh <imp@FreeBSD.org>2006-08-10 06:29:43 +0000
commita1f26cebf010f2d10ae24404da89be8f8544f922 (patch)
treedb507ee22c5b7b699279ca39b351a954262d7838 /sys/boot/Makefile
parent2e6c020cf2b99b5725584599985907c6e1e8b538 (diff)
Notes
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 80ae36dc9811..bbb0ef8da5f2 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>