From fa3c563daeb9d1d616966edd74c7b48b314129e7 Mon Sep 17 00:00:00 2001 From: cognet Date: Sun, 16 May 2004 00:19:12 +0000 Subject: Try harder not to compile anything in sys/boot for arm. I wonder how buildworld ever worked for me... --- sys/boot/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/boot/Makefile') diff --git a/sys/boot/Makefile b/sys/boot/Makefile index 9c5dc05..aa2c19c 100644 --- a/sys/boot/Makefile +++ b/sys/boot/Makefile @@ -11,9 +11,7 @@ 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)). -- cgit v1.1