diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 11:26:40 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 11:26:40 +0000 |
commit | e44885ac0116d05f7380543569d5093985c92f06 (patch) | |
tree | 6a2f383eb519fda51fe577c9875045c27e9abd34 /share/sendmail/Makefile | |
parent | 193d9e768ba63fcfb187cfd17f461f7d41345048 (diff) |
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/Makefile')
-rw-r--r-- | share/sendmail/Makefile | 2 |
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) |