Rename top level Makefile.ficl to ficl.mk.

This commit is contained in:
Warner Losh 2017-10-16 03:59:22 +00:00
parent 6c4b856dbe
commit 7e705f54f8
4 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ SRCS+= pnp.c
# Forth interpreter
.if defined(BOOT_FORTH)
SRCS+= interp_forth.c
.include "${SRCTOP}/sys/boot/Makefile.ficl"
.include "../ficl.mk"
.endif
.if defined(BOOT_PROMPT_123)

View file

@ -4,7 +4,7 @@
.if ${MK_FORTH} != "no"
CFLAGS+= -DBOOT_FORTH
.include "${.CURDIR}/../../Makefile.ficl"
.include "../../ficl.mk"
.endif
LIB= efi

View file

@ -1,7 +1,7 @@
# $FreeBSD$
#
.include "${.CURDIR}/../Makefile.ficl"
.include "../ficl.mk"
BASE_SRCS= dict.c ficl.c fileaccess.c float.c loader.c math64.c \
prefix.c search.c stack.c tools.c vm.c words.c