From 53c3bcd6fe3558f6b07bd4cdbc8d09b6ec154b18 Mon Sep 17 00:00:00 2001 From: ngie Date: Sat, 11 Feb 2017 06:39:04 +0000 Subject: MFC r312480: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output --- lib/libsmb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libsmb') 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 -CONTRIBDIR= ${.CURDIR}/../../contrib/smbfs +CONTRIBDIR= ${SRCTOP}/contrib/smbfs .PATH: ${CONTRIBDIR}/lib/smb LIB= smb -- cgit v1.1