diff --git a/sys/boot/Makefile b/sys/boot/Makefile index bbb0ef8da5f2..80ae36dc9811 100644 --- a/sys/boot/Makefile +++ b/sys/boot/Makefile @@ -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