summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-01-30 06:56:27 +0000
committerjhb <jhb@FreeBSD.org>2000-01-30 06:56:27 +0000
commitf14425e1c77612da407063da064c55a265579958 (patch)
treef4509e0650433445a9e2116d0697330e2daa8ad9 /sys/boot
parentab74d7daf1c8da7138bcadf1497ca8d3c99fb3b3 (diff)
downloadFreeBSD-src-f14425e1c77612da407063da064c55a265579958.zip
FreeBSD-src-f14425e1c77612da407063da064c55a265579958.tar.gz
Fix bogon in previous commit. Re-enable Forth in the loader.
Noticed by: dcs Approved by: jkh
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 39c3c08..48f9ff9 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
OpenPOWER on IntegriCloud