summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenno Rice <benno@FreeBSD.org>2000-11-10 06:29:42 +0000
committerBenno Rice <benno@FreeBSD.org>2000-11-10 06:29:42 +0000
commit5b98b64392dc078c1c5a0e06c21511c0e05ae40d (patch)
tree201e2ff714d00a703508027e26e4de43982b90f4
parenta2a9c8c79e54ed86bb3acc8b91de9236be20c00e (diff)
Notes
-rw-r--r--sys/boot/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index f0cf5ff1bc42..4711995f8373 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -3,6 +3,11 @@
# Build the add-in FORTH interpreter
SUBDIR+= ficl
+# Build OpenFirmware library on PowerPC
+.if ${MACHINE_ARCH} == "powerpc"
+SUBDIR+= ofw
+.endif
+
# Pick the machine-dependant subdir based on the target architecture.
# XXX pc98 is basicly a special i386 with MACHINE_ARCH=i386 and MACHINE=pc98.
.if ${MACHINE_ARCH} == "i386" && ${MACHINE} == "pc98"