diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:35:00 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:35:00 +0000 |
commit | 9582a53013a99361a5a827b4a80897ad0956ee3f (patch) | |
tree | 6453d3e1a7749afc1d29eae9aa4cda725241fe5e /lib/libsmb/Makefile | |
parent | 42b623160c01a868a8bca1761ae2c689656aa8f2 (diff) | |
download | src-9582a53013a99361a5a827b4a80897ad0956ee3f.tar.gz src-9582a53013a99361a5a827b4a80897ad0956ee3f.zip |
Notes
Diffstat (limited to 'lib/libsmb/Makefile')
-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 6236a2e00fba..519db5ff9465 100644 --- a/lib/libsmb/Makefile +++ b/lib/libsmb/Makefile @@ -3,7 +3,7 @@ .include <src.opts.mk> PACKAGE=lib${LIB} -CONTRIBDIR= ${.CURDIR}/../../contrib/smbfs +CONTRIBDIR= ${SRCTOP}/contrib/smbfs .PATH: ${CONTRIBDIR}/lib/smb LIB= smb |