Author: ngie Date: Sat Feb 11 06:39:04 2017 New Revision: 313606 URL: https://svnweb.freebsd.org/changeset/base/313606
Log: MFC r312480: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output Modified: stable/10/lib/libsmb/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libsmb/Makefile ============================================================================== --- stable/10/lib/libsmb/Makefile Sat Feb 11 06:38:22 2017 (r313605) +++ stable/10/lib/libsmb/Makefile Sat Feb 11 06:39:04 2017 (r313606) @@ -2,7 +2,7 @@ .include <bsd.own.mk> -CONTRIBDIR= ${.CURDIR}/../../contrib/smbfs +CONTRIBDIR= ${SRCTOP}/contrib/smbfs .PATH: ${CONTRIBDIR}/lib/smb LIB= smb _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"