diff options
author | ngie <ngie@FreeBSD.org> | 2017-02-11 06:39:04 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-02-11 06:39:04 +0000 |
commit | 53c3bcd6fe3558f6b07bd4cdbc8d09b6ec154b18 (patch) | |
tree | ad1cb8e86cd6167c0f32722888bcde772fce6452 /lib | |
parent | 9624cc62c98b90ce79685a6d7430e95dced77a07 (diff) | |
download | FreeBSD-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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libsmb/Makefile | 2 |
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 |