diff options
| author | Benno Rice <benno@FreeBSD.org> | 2003-02-13 04:35:04 +0000 |
|---|---|---|
| committer | Benno Rice <benno@FreeBSD.org> | 2003-02-13 04:35:04 +0000 |
| commit | a7308986f5be92d4cc664edfe6c58c839c8717a1 (patch) | |
| tree | aa705535d4503b03cea538bb8043de2c6ab08821 | |
| parent | 057d288216f3beada139aef6490dd20caf8316df (diff) | |
Notes
| -rw-r--r-- | sys/boot/Makefile | 2 |
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" |
