sparc64 is an ofw consumer.

This commit is contained in:
obrien 2002-03-28 01:37:10 +00:00
parent a9e6f07077
commit fdd8f809c1

View File

@ -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