summaryrefslogtreecommitdiffstats
path: root/sys/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/Makefile b/sys/Makefile
index a814e0f..8c3c813 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -1,7 +1,9 @@
# $FreeBSD$
# The boot loader
+.if ${MACHINE_ARCH} != "arm"
SUBDIR= boot
+.endif
# Loadable kernel modules
.if defined(MODULES_WITH_WORLD)
OpenPOWER on IntegriCloud