summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-11 06:39:04 +0000
committerngie <ngie@FreeBSD.org>2017-02-11 06:39:04 +0000
commit53c3bcd6fe3558f6b07bd4cdbc8d09b6ec154b18 (patch)
treead1cb8e86cd6167c0f32722888bcde772fce6452
parent9624cc62c98b90ce79685a6d7430e95dced77a07 (diff)
downloadFreeBSD-src-53c3bcd6fe3558f6b07bd4cdbc8d09b6ec154b18.zip
FreeBSD-src-53c3bcd6fe3558f6b07bd4cdbc8d09b6ec154b18.tar.gz
MFC r312480:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output
-rw-r--r--lib/libsmb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsmb/Makefile b/lib/libsmb/Makefile
index e464a8f..5644a83 100644
--- a/lib/libsmb/Makefile
+++ b/lib/libsmb/Makefile
@@ -2,7 +2,7 @@
.include <bsd.own.mk>
-CONTRIBDIR= ${.CURDIR}/../../contrib/smbfs
+CONTRIBDIR= ${SRCTOP}/contrib/smbfs
.PATH: ${CONTRIBDIR}/lib/smb
LIB= smb
OpenPOWER on IntegriCloud