Author: ngie Date: Sat Feb 11 20:19:04 2017 New Revision: 313653 URL: https://svnweb.freebsd.org/changeset/base/313653
Log: Use SRCTOP instead of .CURDIR relative paths with ".." This simplifies pathing in make/displayed output MFC after: 1 week Sponsored by: Dell EMC Isilon Modified: head/usr.bin/atm/sscop/Makefile Modified: head/usr.bin/atm/sscop/Makefile ============================================================================== --- head/usr.bin/atm/sscop/Makefile Sat Feb 11 20:18:24 2017 (r313652) +++ head/usr.bin/atm/sscop/Makefile Sat Feb 11 20:19:04 2017 (r313653) @@ -1,6 +1,6 @@ # $FreeBSD$ -CONTRIB= ${.CURDIR}/../../../contrib/ngatm/sscop +CONTRIB= ${SRCTOP}/contrib/ngatm/sscop .PATH: ${CONTRIB} _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"