summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-11 06:42:56 +0000
committerngie <ngie@FreeBSD.org>2017-02-11 06:42:56 +0000
commit41afbeb690188297177d2e296cfe6606be7982d4 (patch)
tree39e0ca507d37212108c1455a30b34d7ecb9a1d49
parent370632322562c42ef19d70bc8fa26bbc85d4dcb5 (diff)
downloadFreeBSD-src-41afbeb690188297177d2e296cfe6606be7982d4.zip
FreeBSD-src-41afbeb690188297177d2e296cfe6606be7982d4.tar.gz
MFC r312485:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output
-rw-r--r--lib/librpcsvc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librpcsvc/Makefile b/lib/librpcsvc/Makefile
index 9c9e3ae..0bce2a8 100644
--- a/lib/librpcsvc/Makefile
+++ b/lib/librpcsvc/Makefile
@@ -3,7 +3,7 @@
.include <bsd.own.mk>
-.PATH: ${.CURDIR}/../../include/rpcsvc
+.PATH: ${SRCTOP}/include/rpcsvc
LIB= rpcsvc
OpenPOWER on IntegriCloud