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