summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-09-04 14:48:59 +0000
committerdfr <dfr@FreeBSD.org>2001-09-04 14:48:59 +0000
commitfeff1475b39c0911ebdea7e3bd54703322b85d78 (patch)
treeb32a1ad259b03fb978eb9fa9d6fc33a970134a13 /sys
parent3a6161bd6435a4eafb45ea75d0cc9540a85ebf55 (diff)
downloadFreeBSD-src-feff1475b39c0911ebdea7e3bd54703322b85d78.zip
FreeBSD-src-feff1475b39c0911ebdea7e3bd54703322b85d78.tar.gz
Enable bootforth.
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/efi/loader/Makefile2
-rw-r--r--sys/boot/ia64/efi/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/efi/loader/Makefile b/sys/boot/efi/loader/Makefile
index 30173c5..e122b10 100644
--- a/sys/boot/efi/loader/Makefile
+++ b/sys/boot/efi/loader/Makefile
@@ -10,7 +10,7 @@ NEWVERSWHAT= "EFI boot" ${MACHINE_ARCH}
SRCS+= main.c conf.c
# Enable BootForth
-#BOOT_FORTH= yes
+BOOT_FORTH= yes
CFLAGS+= -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/alpha
.if BOOT_FORTH
CFLAGS+= -DBOOT_FORTH
diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile
index 30173c5..e122b10 100644
--- a/sys/boot/ia64/efi/Makefile
+++ b/sys/boot/ia64/efi/Makefile
@@ -10,7 +10,7 @@ NEWVERSWHAT= "EFI boot" ${MACHINE_ARCH}
SRCS+= main.c conf.c
# Enable BootForth
-#BOOT_FORTH= yes
+BOOT_FORTH= yes
CFLAGS+= -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/alpha
.if BOOT_FORTH
CFLAGS+= -DBOOT_FORTH
OpenPOWER on IntegriCloud