From 0d4e3d76af6dae0df115d1e23238a6e9d6438561 Mon Sep 17 00:00:00 2001 From: ngie Date: Fri, 10 Feb 2017 07:32:40 +0000 Subject: 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 --- lib/libldns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libldns') diff --git a/lib/libldns/Makefile b/lib/libldns/Makefile index 14dc9f9..042b4e0 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 -- cgit v1.1