summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-10-21 08:36:30 +0000
committerngie <ngie@FreeBSD.org>2016-10-21 08:36:30 +0000
commitf3d3b426252ca7aa76484fe603d01df457faf187 (patch)
tree174be2d6e34b92df68aed3762ffac800a8e80e6a /libexec
parentb9a581deff9c83f5baf77a2d26708341e1a025f4 (diff)
downloadFreeBSD-src-f3d3b426252ca7aa76484fe603d01df457faf187.zip
FreeBSD-src-f3d3b426252ca7aa76484fe603d01df457faf187.tar.gz
MFstable/11 r307721:
MFC r306029: Use SRCTOP instead of the longhand version for defining the path to contrib/atf
Diffstat (limited to 'libexec')
-rw-r--r--libexec/atf/atf-check/Makefile2
-rw-r--r--libexec/atf/atf-sh/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/atf/atf-check/Makefile b/libexec/atf/atf-check/Makefile
index 0792c03..f445dba 100644
--- a/libexec/atf/atf-check/Makefile
+++ b/libexec/atf/atf-check/Makefile
@@ -27,7 +27,7 @@
.include <bsd.init.mk>
-ATF= ${.CURDIR:H:H:H}/contrib/atf
+ATF= ${SRCTOP}/contrib/atf
.PATH: ${ATF}/atf-sh
PROG_CXX= atf-check
diff --git a/libexec/atf/atf-sh/Makefile b/libexec/atf/atf-sh/Makefile
index 8a044b2..5a90771 100644
--- a/libexec/atf/atf-sh/Makefile
+++ b/libexec/atf/atf-sh/Makefile
@@ -27,7 +27,7 @@
.include <bsd.init.mk>
-ATF= ${.CURDIR:H:H:H}/contrib/atf
+ATF= ${SRCTOP}/contrib/atf
.PATH: ${ATF}/atf-sh
PROG_CXX= atf-sh
OpenPOWER on IntegriCloud