aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2016-09-20 16:24:22 +0000
committerEnji Cooper <ngie@FreeBSD.org>2016-09-20 16:24:22 +0000
commit92d317a9b5f19df9632343c4c113ff00efe76bd1 (patch)
tree908a8d872631ec8130988240b5284c6c92fb9bf5 /libexec
parent8c3dc1fb050ec2971a630f8c1fcbff2b90c2cb58 (diff)
Notes
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 5bef488fc1b13..ca3c2efb6bfac 100644
--- a/libexec/atf/atf-check/Makefile
+++ b/libexec/atf/atf-check/Makefile
@@ -28,7 +28,7 @@
.include <src.opts.mk>
.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 f00683fa1e586..42cf5a5ed0468 100644
--- a/libexec/atf/atf-sh/Makefile
+++ b/libexec/atf/atf-sh/Makefile
@@ -28,7 +28,7 @@
.include <src.opts.mk>
.include <bsd.init.mk>
-ATF= ${.CURDIR:H:H:H}/contrib/atf
+ATF= ${SRCTOP}/contrib/atf
.PATH: ${ATF}/atf-sh
PROG_CXX= atf-sh