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:
parent
057d288216
commit
a7308986f5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110783
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user