mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Rename top level Makefile.ficl to ficl.mk.
This commit is contained in:
parent
6c4b856dbe
commit
7e705f54f8
4 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
.if ${MK_FORTH} != "no"
|
||||
CFLAGS+= -DBOOT_FORTH
|
||||
.include "${.CURDIR}/../../Makefile.ficl"
|
||||
.include "../../ficl.mk"
|
||||
.endif
|
||||
|
||||
LIB= efi
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue