summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-09 20:33:22 +0000
committerobrien <obrien@FreeBSD.org>2002-05-09 20:33:22 +0000
commite8779e48c0000e7e951bf613f3427e368ba7763a (patch)
tree94c811a9d678a7496bf8590f49e963d28555ad9b /sys/boot/Makefile
parent4e6c158a503be88294c65117f2bbfe8857844945 (diff)
downloadFreeBSD-src-e8779e48c0000e7e951bf613f3427e368ba7763a.zip
FreeBSD-src-e8779e48c0000e7e951bf613f3427e368ba7763a.tar.gz
Ficl doesn't build on sparc64.
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index c9b7463..45cad35 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -1,7 +1,9 @@
# $FreeBSD$
# Build the add-in FORTH interpreter
+.if ${MACHINE_ARCH} != "sparc64"
SUBDIR+= ficl
+.endif
# Build OpenFirmware library
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
OpenPOWER on IntegriCloud