diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2015-01-27 04:06:47 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2015-01-27 04:06:47 +0000 |
commit | 8827f4c641460df2abec40e96b64c08a617b8322 (patch) | |
tree | d072431442be493727e49543b8eab5a4a6058b68 /etc/sendmail | |
parent | 484a2d55e5797930351d0abd03a13aee68bdcf32 (diff) | |
download | FreeBSD-src-8827f4c641460df2abec40e96b64c08a617b8322.zip FreeBSD-src-8827f4c641460df2abec40e96b64c08a617b8322.tar.gz |
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
Diffstat (limited to 'etc/sendmail')
-rw-r--r-- | etc/sendmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/sendmail/Makefile b/etc/sendmail/Makefile index b79e722..719f351 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} |