summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64
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/ia64
parent29be3c915ed419ab9b711657c9edc3a66be0c8f6 (diff)
downloadFreeBSD-src-bb6ad7dcac6c5ab163234f968963c2990e8c4d35.zip
FreeBSD-src-bb6ad7dcac6c5ab163234f968963c2990e8c4d35.tar.gz
NOFORTH -> NO_FORTH
Diffstat (limited to 'sys/boot/ia64')
-rw-r--r--sys/boot/ia64/efi/Makefile2
-rw-r--r--sys/boot/ia64/ski/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile
index 9e38fde..6524992 100644
--- a/sys/boot/ia64/efi/Makefile
+++ b/sys/boot/ia64/efi/Makefile
@@ -11,7 +11,7 @@ CFLAGS+= -I${.CURDIR}/../../efi/include/${MACHINE_ARCH}
CFLAGS+= -I${.CURDIR}/../../efi/libefi
CFLAGS+= -I${.CURDIR}/../../../../lib/libstand
-.if !defined(NOFORTH)
+.if !defined(NO_FORTH)
BOOT_FORTH= yes
CFLAGS+= -DBOOT_FORTH
CFLAGS+= -I${.CURDIR}/../../ficl
diff --git a/sys/boot/ia64/ski/Makefile b/sys/boot/ia64/ski/Makefile
index 2acf551..c6b8a17 100644
--- a/sys/boot/ia64/ski/Makefile
+++ b/sys/boot/ia64/ski/Makefile
@@ -16,7 +16,7 @@ CFLAGS+= -I${.CURDIR}/../../efi/include
CFLAGS+= -I${.CURDIR}/../../efi/include/${MACHINE_ARCH}
LDFLAGS= -Wl,-T${.CURDIR}/ldscript.ia64
-.if !defined(NOFORTH)
+.if !defined(NO_FORTH)
CFLAGS+= -DBOOT_FORTH
CFLAGS+= -I${.CURDIR}/../../ficl
CFLAGS+= -I${.CURDIR}/../../ficl/${MACHINE_ARCH}
OpenPOWER on IntegriCloud