Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This simplifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
2623a5ac00
commit
5741e8889d
@ -1,7 +1,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PACKAGE=lib${LIB}
|
PACKAGE=lib${LIB}
|
||||||
.PATH: ${.CURDIR}/../../contrib/pf/libevent
|
.PATH: ${SRCTOP}/contrib/pf/libevent
|
||||||
|
|
||||||
.include <src.opts.mk>
|
.include <src.opts.mk>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user