From 4e60d653ce0e33c980b63ddb047b73b1009289f6 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Sun, 30 Jan 2000 06:56:27 +0000 Subject: [PATCH] Fix bogon in previous commit. Re-enable Forth in the loader. Noticed by: dcs Approved by: jkh --- sys/boot/i386/loader/Makefile | 4 ++-- 1 file 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