diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-28 01:37:10 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-28 01:37:10 +0000 |
| commit | 8e5b3e7b5b7db448ea34215e100ff09426e18189 (patch) | |
| tree | a8ec4e5dfb9f89d17f5563ba1d6e8f9655f95ecd /sys/boot/Makefile | |
| parent | ef313bf93508ddbaee091ea73e2137745e0149ff (diff) | |
Notes
Diffstat (limited to 'sys/boot/Makefile')
| -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 |
