aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorOlivier Houchard <cognet@FreeBSD.org>2004-05-14 13:34:53 +0000
committerOlivier Houchard <cognet@FreeBSD.org>2004-05-14 13:34:53 +0000
commitb791f3fb91d4bbe5ef34d85ef85490253165c12d (patch)
treedcc4a1832a66cc06dae4823f4510e63990ed2f91 /sys/boot/Makefile
parentac388bcd91087ad9572059bf8645aa7370363e9a (diff)
Notes
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index aa2c19c3d245..9c5dc0557885 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -11,7 +11,9 @@ SUBDIR+= ofw
.endif
# Pick the machine-dependent subdir based on the target architecture.
+.if ${MACHINE_ARCH} != "arm"
SUBDIR+= ${MACHINE:S/amd64/i386/}
+.endif
# Build ARC / AlphaBIOS executable on the Alpha
# (this is a WIP (work in progress)).