From 8e5b3e7b5b7db448ea34215e100ff09426e18189 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 28 Mar 2002 01:37:10 +0000 Subject: sparc64 is an ofw consumer. --- sys/boot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/boot/Makefile') diff --git a/sys/boot/Makefile b/sys/boot/Makefile index b10d3fc40b15..c9b7463583a4 100644 --- a/sys/boot/Makefile +++ b/sys/boot/Makefile @@ -3,8 +3,8 @@ # Build the add-in FORTH interpreter SUBDIR+= ficl -# Build OpenFirmware library on PowerPC -.if ${MACHINE_ARCH} == "powerpc" +# Build OpenFirmware library +.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64" SUBDIR+= ofw .endif -- cgit v1.3