aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-01-30 06:56:27 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-01-30 06:56:27 +0000
commit4e60d653ce0e33c980b63ddb047b73b1009289f6 (patch)
tree16503573dbc326dc5266e37473dfddc19c83924d /sys/boot
parent51003344a847d66138858397c47aac9e81dd119e (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/loader/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index 39c3c08f8e78..48f9ff9b755f 100644
--- a/sys/boot/i386/loader/Makefile
+++ b/sys/boot/i386/loader/Makefile
@@ -17,8 +17,8 @@ HAVE_PNP= yes
HAVE_ISABUS= yes
# Enable BootForth
-#BOOT_FORTH= yes
-#CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/i386
+BOOT_FORTH= yes
+CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/i386
.if exists(${.OBJDIR}/../../ficl/libficl.a)
LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
.else