Enable bootforth.

This commit is contained in:
dfr 2001-09-04 14:48:59 +00:00
parent 3a6161bd64
commit feff1475b3
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ NEWVERSWHAT= "EFI boot" ${MACHINE_ARCH}
SRCS+= main.c conf.c
# Enable BootForth
#BOOT_FORTH= yes
BOOT_FORTH= yes
CFLAGS+= -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/alpha
.if BOOT_FORTH
CFLAGS+= -DBOOT_FORTH

View File

@ -10,7 +10,7 @@ NEWVERSWHAT= "EFI boot" ${MACHINE_ARCH}
SRCS+= main.c conf.c
# Enable BootForth
#BOOT_FORTH= yes
BOOT_FORTH= yes
CFLAGS+= -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/alpha
.if BOOT_FORTH
CFLAGS+= -DBOOT_FORTH