diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:50:19 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:50:19 +0000 |
commit | c989c95116f9f0b3e4e71084ad1765fbb13a658b (patch) | |
tree | 9785329e915f78887be29c7d4edabf2b73f6a477 /lib/libldns | |
parent | 61d324734a7238af3cdad1c6284274ea91519f8a (diff) |
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
Notes
Notes:
svn path=/head/; revision=312499
Diffstat (limited to 'lib/libldns')
-rw-r--r-- | lib/libldns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libldns/Makefile b/lib/libldns/Makefile index 14dc9f9da1ac..042b4e046a0d 100644 --- a/lib/libldns/Makefile +++ b/lib/libldns/Makefile @@ -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 |