diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 11:31:08 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 11:31:08 +0000 |
commit | caf42d812634461f3196797f55f320c03c49b019 (patch) | |
tree | ba391a62595eca60b1465d596be86f96b094ef33 /bin/rmail/Makefile | |
parent | acc37ca1c15f7cd8b5e5b0389cf6e6b98ea61447 (diff) |
bin: 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=314655
Diffstat (limited to 'bin/rmail/Makefile')
-rw-r--r-- | bin/rmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile index 53d0ca4f554f..21f3ceb16582 100644 --- a/bin/rmail/Makefile +++ b/bin/rmail/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PACKAGE=sendmail -SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail +SENDMAIL_DIR=${SRCTOP}/contrib/sendmail .PATH: ${SENDMAIL_DIR}/rmail # Not much point this being static. It calls a shared sendmail... |