summaryrefslogtreecommitdiffstats
path: root/lib/libunbound
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-10 07:32:40 +0000
committerngie <ngie@FreeBSD.org>2017-02-10 07:32:40 +0000
commit0d4e3d76af6dae0df115d1e23238a6e9d6438561 (patch)
tree9a6d85969899c244a5fef4613119d1503130328a /lib/libunbound
parentad0c9114e00a9a30168e0c13c17d8f65571aa67f (diff)
downloadFreeBSD-src-0d4e3d76af6dae0df115d1e23238a6e9d6438561.zip
FreeBSD-src-0d4e3d76af6dae0df115d1e23238a6e9d6438561.tar.gz
MFC r312452-r312512:
r312452-r312512: - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output - Use .CURDIR:H instead of .CURDIR to simplify pathing in output, etc
Diffstat (limited to 'lib/libunbound')
-rw-r--r--lib/libunbound/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libunbound/Makefile b/lib/libunbound/Makefile
index a30bfc7..2e0e249 100644
--- a/lib/libunbound/Makefile
+++ b/lib/libunbound/Makefile
@@ -2,8 +2,8 @@
PACKAGE=lib${LIB}
# Vendor sources and generated files
-LDNSDIR= ${.CURDIR}/../../contrib/ldns
-UNBOUNDDIR= ${.CURDIR}/../../contrib/unbound
+LDNSDIR= ${SRCTOP}/contrib/ldns
+UNBOUNDDIR= ${SRCTOP}/contrib/unbound
# Hold my beer and watch this
.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/cachedb ${UNBOUNDDIR}/dns64 ${UNBOUNDDIR}/iterator ${UNBOUNDDIR}/sldns ${UNBOUNDDIR}/libunbound ${UNBOUNDDIR}/services ${UNBOUNDDIR}/services/cache ${UNBOUNDDIR}/util ${UNBOUNDDIR}/util/data ${UNBOUNDDIR}/util/storage ${UNBOUNDDIR}/validator
OpenPOWER on IntegriCloud