From 82dbc151519fe9240e73a692c5650154b4aa05e8 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Thu, 25 Nov 1999 12:46:16 +0000 Subject: [PATCH] Sync with sys/boot/i386/loader/Makefile revision 1.37. --- sys/boot/pc98/loader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile index e02a955152d8..6b42c90e2c65 100644 --- a/sys/boot/pc98/loader/Makefile +++ b/sys/boot/pc98/loader/Makefile @@ -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