summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>1999-11-25 12:46:16 +0000
committernyan <nyan@FreeBSD.org>1999-11-25 12:46:16 +0000
commit79489665c74a9cf52007ec353c88aa7633b48832 (patch)
treea1e13c0424d3584e874d756548e4a269fbfe6a55
parent429e777df8f371b150b3fc6daf4668a80794922a (diff)
downloadFreeBSD-src-79489665c74a9cf52007ec353c88aa7633b48832.zip
FreeBSD-src-79489665c74a9cf52007ec353c88aa7633b48832.tar.gz
Sync with sys/boot/i386/loader/Makefile revision 1.37.
-rw-r--r--sys/boot/pc98/loader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile
index e02a955..6b42c90 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
OpenPOWER on IntegriCloud