summaryrefslogtreecommitdiffstats
path: root/sys/boot/userboot/userboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/userboot/userboot/Makefile')
-rw-r--r--sys/boot/userboot/userboot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/userboot/userboot/Makefile b/sys/boot/userboot/userboot/Makefile
index cc528b3..19517be 100644
--- a/sys/boot/userboot/userboot/Makefile
+++ b/sys/boot/userboot/userboot/Makefile
@@ -45,7 +45,8 @@ CLEANFILES= vers.c
.if ${MK_FORTH} != "no"
BOOT_FORTH= yes
-CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/i386
+CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl
+CFLAGS+= -I${.CURDIR}/../../ficl/i386
CFLAGS+= -DBF_DICTSIZE=15000
LIBFICL= ${.OBJDIR}/../ficl/libficl.a
LIBSTAND= ${.OBJDIR}/../libstand/libstand.a
OpenPOWER on IntegriCloud