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

This commit is contained in:
Yoshihiro Takahashi 1999-11-25 12:46:16 +00:00
parent c347ed1c87
commit 82dbc15151
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53688

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