summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorbenno <benno@FreeBSD.org>2003-02-13 04:35:04 +0000
committerbenno <benno@FreeBSD.org>2003-02-13 04:35:04 +0000
commitfd450daf8f09febcf232cec1200cdc25c4e1b6cc (patch)
treeaa705535d4503b03cea538bb8043de2c6ab08821 /sys/boot
parent9b2ee8a7a56ebf37f61e8c9208e6219c82af8f78 (diff)
downloadFreeBSD-src-fd450daf8f09febcf232cec1200cdc25c4e1b6cc.zip
FreeBSD-src-fd450daf8f09febcf232cec1200cdc25c4e1b6cc.tar.gz
Don't bother to build ficl if NOFORTH is defined.
Diffstat (limited to 'sys/boot')
-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..773caea 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -1,7 +1,9 @@
# $FreeBSD$
+.if !defined(NOFORTH)
# Build the add-in FORTH interpreter
SUBDIR+= ficl
+.endif
# Build OpenFirmware library
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
OpenPOWER on IntegriCloud