summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/cf
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2015-01-27 04:06:47 +0000
committergshapiro <gshapiro@FreeBSD.org>2015-01-27 04:06:47 +0000
commit8827f4c641460df2abec40e96b64c08a617b8322 (patch)
treed072431442be493727e49543b8eab5a4a6058b68 /contrib/sendmail/cf
parent484a2d55e5797930351d0abd03a13aee68bdcf32 (diff)
downloadFreeBSD-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 'contrib/sendmail/cf')
-rw-r--r--contrib/sendmail/cf/m4/cfhead.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/cf/m4/cfhead.m4 b/contrib/sendmail/cf/m4/cfhead.m4
index a244b9a..51f676c 100644
--- a/contrib/sendmail/cf/m4/cfhead.m4
+++ b/contrib/sendmail/cf/m4/cfhead.m4
@@ -20,7 +20,7 @@
ifdef(`__win32__', `dnl', `dnl
ifdef(`TEMPFILE', `dnl', `define(`TEMPFILE', maketemp(/tmp/cfXXXXXX))dnl
syscmd(sh _CF_DIR_`'sh/makeinfo.sh _CF_DIR_ > TEMPFILE)dnl
-include(TEMPFILE)dnl
+ifdef(`_NO_MAKEINFO_',, `include(TEMPFILE)')dnl
syscmd(rm -f TEMPFILE)dnl')')
#####
######################################################################
OpenPOWER on IntegriCloud