summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-28 01:37:10 +0000
committerobrien <obrien@FreeBSD.org>2002-03-28 01:37:10 +0000
commitfdd8f809c11448b30b1e11035bae65ed1f35b491 (patch)
treea8ec4e5dfb9f89d17f5563ba1d6e8f9655f95ecd /sys/boot
parenta9e6f07077954281dab4b9f852c6e54e8c14698a (diff)
downloadFreeBSD-src-fdd8f809c11448b30b1e11035bae65ed1f35b491.zip
FreeBSD-src-fdd8f809c11448b30b1e11035bae65ed1f35b491.tar.gz
sparc64 is an ofw consumer.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index b10d3fc..c9b7463 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
OpenPOWER on IntegriCloud