Sync with sys/boot/i386/loader/Makefile revision 1.37.

This commit is contained in:
nyan 1999-11-25 12:46:16 +00:00
parent 429e777df8
commit 79489665c7

View File

@ -21,7 +21,7 @@ HAVE_ISABUS= yes
# Enable BootForth
BOOT_FORTH= yes
CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl
CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/i386
.if exists(${.OBJDIR}/../../ficl/libficl.a)
LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
.else