Now that we no longer conditionally compile some files outside of ficl

with BOOT_FORTH, retire it from here.
This commit is contained in:
Warner Losh 2018-02-02 15:01:54 +00:00
parent c15e695270
commit d958e1323d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328782

View file

@ -17,5 +17,4 @@ CFLAGS+= -fPIC
.endif
CFLAGS+= -I${FICLSRC} -I${FICLSRC}/${FICL_CPUARCH} -I${LDRSRC}
CFLAGS+= -DBOOT_FORTH
CFLAGS+= -DBF_DICTSIZE=15000