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:
ngie 2016-09-20 16:24:22 +00:00
parent 96051fb34d
commit ba45f5a850
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