Don't descend into ${MACHINE} on the arm platforms.

This commit is contained in:
Warner Losh 2006-06-18 17:44:40 +00:00
parent 04cb71301e
commit 08586b224d

View File

@ -17,7 +17,9 @@ 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>