summaryrefslogtreecommitdiffstats
path: root/sys/boot/sparc64/loader
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 12:32:15 +0000
committerru <ru@FreeBSD.org>2004-12-21 12:32:15 +0000
commitbb6ad7dcac6c5ab163234f968963c2990e8c4d35 (patch)
tree271e54533a8de51eff42908c83c0616251f23e41 /sys/boot/sparc64/loader
parent29be3c915ed419ab9b711657c9edc3a66be0c8f6 (diff)
downloadFreeBSD-src-bb6ad7dcac6c5ab163234f968963c2990e8c4d35.zip
FreeBSD-src-bb6ad7dcac6c5ab163234f968963c2990e8c4d35.tar.gz
NOFORTH -> NO_FORTH
Diffstat (limited to 'sys/boot/sparc64/loader')
-rw-r--r--sys/boot/sparc64/loader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/sparc64/loader/Makefile b/sys/boot/sparc64/loader/Makefile
index 31129cd..c8a423d 100644
--- a/sys/boot/sparc64/loader/Makefile
+++ b/sys/boot/sparc64/loader/Makefile
@@ -41,7 +41,7 @@ CFLAGS+= -DLOADER_NFS_SUPPORT
CFLAGS+= -DLOADER_TFTP_SUPPORT
.endif
-.if !defined(NOFORTH)
+.if !defined(NO_FORTH)
# Enable BootForth
BOOT_FORTH= yes
CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/sparc64
OpenPOWER on IntegriCloud