aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorBenno Rice <benno@FreeBSD.org>2003-02-13 04:35:04 +0000
committerBenno Rice <benno@FreeBSD.org>2003-02-13 04:35:04 +0000
commita7308986f5be92d4cc664edfe6c58c839c8717a1 (patch)
treeaa705535d4503b03cea538bb8043de2c6ab08821 /sys/boot/Makefile
parent057d288216f3beada139aef6490dd20caf8316df (diff)
downloadsrc-a7308986f5be92d4cc664edfe6c58c839c8717a1.tar.gz
src-a7308986f5be92d4cc664edfe6c58c839c8717a1.zip
Don't bother to build ficl if NOFORTH is defined.
Notes
Notes: svn path=/head/; revision=110783
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 c9b7463583a4..773caea82f57 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"