Fix bogon in previous commit. Re-enable Forth in the loader.

Noticed by:	dcs
Approved by:	jkh
This commit is contained in:
John Baldwin 2000-01-30 06:56:27 +00:00
parent 51003344a8
commit 4e60d653ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56903

View File

@ -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