diff options
author | ngie <ngie@FreeBSD.org> | 2017-02-11 06:41:07 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-02-11 06:41:07 +0000 |
commit | 370632322562c42ef19d70bc8fa26bbc85d4dcb5 (patch) | |
tree | 0d037917c2ca1c4e382a660e0430ea56da5fa2b9 /lib/libsbuf | |
parent | 55182923d7c3d364e9cfdad32c332156cc0b1473 (diff) | |
download | FreeBSD-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
Diffstat (limited to 'lib/libsbuf')
-rw-r--r-- | lib/libsbuf/Makefile | 2 |
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> |