aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-20 04:50:19 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-20 04:50:19 +0000
commitc989c95116f9f0b3e4e71084ad1765fbb13a658b (patch)
tree9785329e915f78887be29c7d4edabf2b73f6a477 /lib
parent61d324734a7238af3cdad1c6284274ea91519f8a (diff)
downloadsrc-c989c95116f9f0b3e4e71084ad1765fbb13a658b.tar.gz
src-c989c95116f9f0b3e4e71084ad1765fbb13a658b.zip
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')
-rw-r--r--lib/libldns/Makefile2
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