From e8779e48c0000e7e951bf613f3427e368ba7763a Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 9 May 2002 20:33:22 +0000 Subject: Ficl doesn't build on sparc64. --- sys/boot/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/boot/Makefile') diff --git a/sys/boot/Makefile b/sys/boot/Makefile index c9b7463..45cad35 100644 --- a/sys/boot/Makefile +++ b/sys/boot/Makefile @@ -1,7 +1,9 @@ # $FreeBSD$ # Build the add-in FORTH interpreter +.if ${MACHINE_ARCH} != "sparc64" SUBDIR+= ficl +.endif # Build OpenFirmware library .if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64" -- cgit v1.1