summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-11 06:41:07 +0000
committerngie <ngie@FreeBSD.org>2017-02-11 06:41:07 +0000
commit370632322562c42ef19d70bc8fa26bbc85d4dcb5 (patch)
tree0d037917c2ca1c4e382a660e0430ea56da5fa2b9
parent55182923d7c3d364e9cfdad32c332156cc0b1473 (diff)
downloadFreeBSD-src-370632322562c42ef19d70bc8fa26bbc85d4dcb5.zip
FreeBSD-src-370632322562c42ef19d70bc8fa26bbc85d4dcb5.tar.gz
MFC r312483:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output
-rw-r--r--lib/libsbuf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsbuf/Makefile b/lib/libsbuf/Makefile
index 98ceeb6..260ae81 100644
--- a/lib/libsbuf/Makefile
+++ b/lib/libsbuf/Makefile
@@ -9,6 +9,6 @@ SHLIB_MAJOR = 6
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
VERSION_DEF= ${.CURDIR}/Version.def
-.PATH: ${.CURDIR}/../../sys/kern
+.PATH: ${SRCTOP}/sys/kern
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud