mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
8c3dc1fb05
commit
92d317a9b5
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue