From d958e1323db9b1d2d1d698ce29078a5ce0f7f77d Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 2 Feb 2018 15:01:54 +0000 Subject: [PATCH] Now that we no longer conditionally compile some files outside of ficl with BOOT_FORTH, retire it from here. --- stand/ficl.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/stand/ficl.mk b/stand/ficl.mk index 14ae6319c8f0..3fe71097f088 100644 --- a/stand/ficl.mk +++ b/stand/ficl.mk @@ -17,5 +17,4 @@ CFLAGS+= -fPIC .endif CFLAGS+= -I${FICLSRC} -I${FICLSRC}/${FICL_CPUARCH} -I${LDRSRC} -CFLAGS+= -DBOOT_FORTH CFLAGS+= -DBF_DICTSIZE=15000