diff options
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
