summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevans <kevans@FreeBSD.org>2018-02-11 20:06:36 +0000
committerkevans <kevans@FreeBSD.org>2018-02-11 20:06:36 +0000
commit51762657128d6052e00680f7da2bacbce1ac9b7c (patch)
tree4e552231ac536a81d77caad27e49715a2a4bae3e
parent92ac2668b85e371f580af0ffbec397f580b80401 (diff)
downloadFreeBSD-src-51762657128d6052e00680f7da2bacbce1ac9b7c.zip
FreeBSD-src-51762657128d6052e00680f7da2bacbce1ac9b7c.tar.gz
MFC r324648: Rename top level Makefile.ficl to ficl.mk.
-rw-r--r--sys/boot/common/Makefile.inc2
-rw-r--r--sys/boot/efi/libefi/Makefile2
-rw-r--r--sys/boot/ficl.mk (renamed from sys/boot/Makefile.ficl)0
-rw-r--r--sys/boot/ficl/Makefile2
4 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/common/Makefile.inc b/sys/boot/common/Makefile.inc
index f0780b5..8efeb48 100644
--- a/sys/boot/common/Makefile.inc
+++ b/sys/boot/common/Makefile.inc
@@ -66,7 +66,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)
diff --git a/sys/boot/efi/libefi/Makefile b/sys/boot/efi/libefi/Makefile
index 449762f..e940986 100644
--- a/sys/boot/efi/libefi/Makefile
+++ b/sys/boot/efi/libefi/Makefile
@@ -4,7 +4,7 @@
.if ${MK_FORTH} != "no"
CFLAGS+= -DBOOT_FORTH
-.include "${.CURDIR}/../../Makefile.ficl"
+.include "../../ficl.mk"
.endif
LIB= efi
diff --git a/sys/boot/Makefile.ficl b/sys/boot/ficl.mk
index de1427a..de1427a 100644
--- a/sys/boot/Makefile.ficl
+++ b/sys/boot/ficl.mk
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile
index c16b25d..413bfac 100644
--- a/sys/boot/ficl/Makefile
+++ b/sys/boot/ficl/Makefile
@@ -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
OpenPOWER on IntegriCloud