1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00

Don't bother to build ficl if NOFORTH is defined.

This commit is contained in:
Benno Rice 2003-02-13 04:35:04 +00:00
parent 057d288216
commit a7308986f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110783

View File

@ -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"