summaryrefslogtreecommitdiff
path: root/share/sendmail
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-03-04 11:26:40 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-03-04 11:26:40 +0000
commite44885ac0116d05f7380543569d5093985c92f06 (patch)
tree6a2f383eb519fda51fe577c9875045c27e9abd34 /share/sendmail
parent193d9e768ba63fcfb187cfd17f461f7d41345048 (diff)
downloadsrc-test2-e44885ac0116d05f7380543569d5093985c92f06.tar.gz
src-test2-e44885ac0116d05f7380543569d5093985c92f06.zip
share: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=314652
Diffstat (limited to 'share/sendmail')
-rw-r--r--share/sendmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/sendmail/Makefile b/share/sendmail/Makefile
index e4dcb68b56d2..4971ab0f35ff 100644
--- a/share/sendmail/Makefile
+++ b/share/sendmail/Makefile
@@ -4,7 +4,7 @@
PACKAGE= sendmail
FILESGROUPS+= SM
-SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
+SENDMAIL_DIR= ${SRCTOP}/contrib/sendmail
CFDIR= cf
CFPACKAGE= sendmail
CFDIRS!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -type d -print)