aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2015-01-27 04:06:47 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2015-01-27 04:06:47 +0000
commite18480699e55169fe2161fe4e4455945eb1a0511 (patch)
treed072431442be493727e49543b8eab5a4a6058b68 /etc
parent20869109e3493ddd4c34a786e27adcc5f1d5f2de (diff)
downloadsrc-e18480699e55169fe2161fe4e4455945eb1a0511.tar.gz
src-e18480699e55169fe2161fe4e4455945eb1a0511.zip
Remove build specific details from sendmail.cf/submit.cf in support of
https://wiki.freebsd.org/ReproducibleBuilds The contrib/sendmail change will be made in the upstream source for a future sendmail release. Reviewed by: des MFC after: 3 days
Notes
Notes: svn path=/head/; revision=277787
Diffstat (limited to 'etc')
-rw-r--r--etc/sendmail/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/sendmail/Makefile b/etc/sendmail/Makefile
index b79e722a4bf4..719f351d1f97 100644
--- a/etc/sendmail/Makefile
+++ b/etc/sendmail/Makefile
@@ -17,7 +17,8 @@ M4FILES!= find ${SENDMAIL_CF_DIR} -type f -name '*.m4' -print
.mc.cf: ${M4FILES}
${RM} ${.TARGET}
- ${M4} -D_CF_DIR_=${SENDMAIL_CF_DIR}/ ${SENDMAIL_M4_FLAGS} \
+ ${M4} -D_CF_DIR_=${SENDMAIL_CF_DIR}/ -D_NO_MAKEINFO_ \
+ ${SENDMAIL_M4_FLAGS} \
${SENDMAIL_CF_DIR}/m4/cf.m4 ${.IMPSRC} > ${.TARGET}
${CHMOD} ${ROMODE} ${.TARGET}