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
f439742eba
commit
64e1effe2b
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
# Vendor sources and generated files
|
||||
LDNSDIR = ${.CURDIR}/../../contrib/ldns
|
||||
LDNSDIR = ${SRCTOP}/contrib/ldns
|
||||
|
||||
PACKAGE=lib${LIB}
|
||||
.PATH: ${LDNSDIR} ${LDNSDIR}/compat
|
||||
|
Loading…
Reference in New Issue
Block a user