aboutsummaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-12-08 22:19:41 +0000
committerWarner Losh <imp@FreeBSD.org>2017-12-08 22:19:41 +0000
commit29374678a61280bc53a12cf4c096fc4f9c0043c6 (patch)
tree7900d0550f3233e448d693e68973463c2a8355ac /stand
parent6c093deedae6271eade575d0a48bd5cef66b6092 (diff)
downloadsrc-29374678a61280bc53a12cf4c096fc4f9c0043c6.tar.gz
src-29374678a61280bc53a12cf4c096fc4f9c0043c6.zip
This path belongs in ficl/Makefile, not the common defines for users
of ficl. Sponsored by: Netflix
Notes
Notes: svn path=/head/; revision=326720
Diffstat (limited to 'stand')
-rw-r--r--stand/ficl.mk2
-rw-r--r--stand/ficl/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/stand/ficl.mk b/stand/ficl.mk
index a0a13206b495..14ae6319c8f0 100644
--- a/stand/ficl.mk
+++ b/stand/ficl.mk
@@ -12,8 +12,6 @@ FICL_CPUARCH= mips64
FICL_CPUARCH= ${MACHINE_CPUARCH}
.endif
-.PATH: ${FICLSRC} ${FICLSRC}/${FICL_CPUARCH}
-
.if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
CFLAGS+= -fPIC
.endif
diff --git a/stand/ficl/Makefile b/stand/ficl/Makefile
index 9a13614a7fea..a3aad2c053a6 100644
--- a/stand/ficl/Makefile
+++ b/stand/ficl/Makefile
@@ -4,6 +4,8 @@
.include <bsd.init.mk>
.include "${BOOTSRC}/ficl.mk"
+.PATH: ${FICLSRC} ${FICLSRC}/${FICL_CPUARCH}
+
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