Do not attempt to build anything in sys/boot for arm.

This commit is contained in:
Olivier Houchard 2004-05-14 13:34:53 +00:00
parent ac388bcd91
commit b791f3fb91

View file

@ -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)).