Use SRCTOP instead of the longhand version for defining the path to contrib/atf

MFC after:	3 days
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2016-09-20 16:24:22 +00:00
parent 8c3dc1fb05
commit 92d317a9b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306029
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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