summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-11 06:56:38 +0000
committerngie <ngie@FreeBSD.org>2017-02-11 06:56:38 +0000
commit71542575af2defd7e2c3aedd99659124f683065e (patch)
tree1e4884e399276f6109adc8c85d1298a4e034ad99
parenta06cd8965b7189fd9c0f534053be78bb30ce3e7c (diff)
downloadFreeBSD-src-71542575af2defd7e2c3aedd99659124f683065e.zip
FreeBSD-src-71542575af2defd7e2c3aedd99659124f683065e.tar.gz
MFC r312499:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output
-rw-r--r--lib/libldns/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libldns/Makefile b/lib/libldns/Makefile
index db4b989..5c9eed4 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
.PATH: ${LDNSDIR} ${LDNSDIR}/compat
OpenPOWER on IntegriCloud