From 1d5aad7b0a622405bb7b71c1b229789d238fc50e Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 18 Jun 2006 17:44:40 +0000 Subject: Don't descend into ${MACHINE} on the arm platforms. --- sys/boot/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/boot') diff --git a/sys/boot/Makefile b/sys/boot/Makefile index bbb0ef8..80ae36d 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 -- cgit v1.1