diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2016-09-20 16:24:22 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2016-09-20 16:24:22 +0000 |
| commit | 92d317a9b5f19df9632343c4c113ff00efe76bd1 (patch) | |
| tree | 908a8d872631ec8130988240b5284c6c92fb9bf5 /libexec | |
| parent | 8c3dc1fb050ec2971a630f8c1fcbff2b90c2cb58 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/atf/atf-check/Makefile | 2 | ||||
| -rw-r--r-- | libexec/atf/atf-sh/Makefile | 2 |
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 |
