Reactivate the FICL hooks to make it be compiled in, but also initialize

FICL.  bootforth is now live on the Alpha!

**BEWARE** - you *MUST* build and install a current libstand or you will
most likely get zfree() panics at loader startup.

We should now be able to set up the loader.conf stuff on the Alpha too.
This commit is contained in:
Peter Wemm 2000-05-12 22:45:16 +00:00
parent c536ef83f0
commit dafe1ac0a0

View File

@ -11,14 +11,14 @@ SRCS+= dev_net.c
.endif
# Enable BootForth
#BOOT_FORTH= yes
#CFLAGS+= -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/alpha
##CFLAGS+= -DBOOT_FORTH
#.if exists(${.OBJDIR}/../../ficl/libficl.a)
#LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
#.else
#LIBFICL= ${.CURDIR}/../../ficl/libficl.a
#.endif
BOOT_FORTH= yes
CFLAGS+= -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/alpha
CFLAGS+= -DBOOT_FORTH
.if exists(${.OBJDIR}/../../ficl/libficl.a)
LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
.else
LIBFICL= ${.CURDIR}/../../ficl/libficl.a
.endif
# Always add MI sources
.PATH: ${.CURDIR}/../../common