Author: ngie Date: Fri Jan 20 04:32:36 2017 New Revision: 312475 URL: https://svnweb.freebsd.org/changeset/base/312475
Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon Modified: head/lib/libtelnet/Makefile Modified: head/lib/libtelnet/Makefile ============================================================================== --- head/lib/libtelnet/Makefile Fri Jan 20 04:32:19 2017 (r312474) +++ head/lib/libtelnet/Makefile Fri Jan 20 04:32:36 2017 (r312475) @@ -4,7 +4,7 @@ .include <src.opts.mk> PACKAGE=lib${LIB} -TELNETDIR= ${.CURDIR}/../../contrib/telnet +TELNETDIR= ${SRCTOP}/contrib/telnet .PATH: ${TELNETDIR}/libtelnet LIB= telnet _______________________________________________ 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"