Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This simplifies pathing in make/displayed output. MFC after: 1 week Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
2ab05547d3
commit
62f32e06bc
@ -1,9 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
# Vendor sources and generated files
|
||||
LDNSDIR= ${.CURDIR}/../../../contrib/ldns
|
||||
UNBOUNDDIR= ${.CURDIR}/../../../contrib/unbound
|
||||
EXPATDIR= ${.CURDIR}/../../../contrib/expat
|
||||
LDNSDIR= ${SRCTOP}/contrib/ldns
|
||||
UNBOUNDDIR= ${SRCTOP}/contrib/unbound
|
||||
EXPATDIR= ${SRCTOP}/contrib/expat
|
||||
|
||||
.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/doc
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
# Vendor sources and generated files
|
||||
LDNSDIR= ${.CURDIR}/../../../contrib/ldns
|
||||
UNBOUNDDIR= ${.CURDIR}/../../../contrib/unbound
|
||||
LDNSDIR= ${SRCTOP}/contrib/ldns
|
||||
UNBOUNDDIR= ${SRCTOP}/contrib/unbound
|
||||
|
||||
.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/util ${UNBOUNDDIR}/doc
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
# Vendor sources and generated files
|
||||
LDNSDIR= ${.CURDIR}/../../../contrib/ldns
|
||||
UNBOUNDDIR= ${.CURDIR}/../../../contrib/unbound
|
||||
LDNSDIR= ${SRCTOP}/contrib/ldns
|
||||
UNBOUNDDIR= ${SRCTOP}/contrib/unbound
|
||||
|
||||
.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/util ${UNBOUNDDIR}/doc
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
# Vendor sources and generated files
|
||||
LDNSDIR= ${.CURDIR}/../../../contrib/ldns
|
||||
UNBOUNDDIR= ${.CURDIR}/../../../contrib/unbound
|
||||
LDNSDIR= ${SRCTOP}/contrib/ldns
|
||||
UNBOUNDDIR= ${SRCTOP}/contrib/unbound
|
||||
|
||||
.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/daemon ${UNBOUNDDIR}/util ${UNBOUNDDIR}/doc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user