summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2001-07-23 01:33:54 +0000
committergshapiro <gshapiro@FreeBSD.org>2001-07-23 01:33:54 +0000
commitcef3dba0893fdee1777990d6d8095fb0dce67752 (patch)
treeba7b02a2f44491888ab338b6bd69a1471e4fc680 /share/examples
parentdea0eea19efa30f9411602f8f9e742fd9ffad88f (diff)
downloadFreeBSD-src-cef3dba0893fdee1777990d6d8095fb0dce67752.zip
FreeBSD-src-cef3dba0893fdee1777990d6d8095fb0dce67752.tar.gz
New make knob, SENDMAIL_M4_FLAGS, modifies the flags passed to m4 when
building a .cf file from a .mc file. Include -D_FFR_TLS_O_T to enable tls policy control since the sendmail binary build enables that FFR as well. PR: conf/28361 MFC after: 1 week
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 04eb496..3a0f1b4 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -367,6 +367,12 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
#
#SENDMAIL_ADDITIONAL_MC=/etc/mail/foo.mc /etc/mail/bar.mc
#
+# Setting the following variable modifies the flags passed to m4 when
+# building a .cf file from a .mc file. It can be used to enable
+# features disabled by default.
+#
+#SENDMAIL_M4_FLAGS=
+#
# Setting the following variables modifies the build environment for
# sendmail and its related utilities. For example, SASL support can be
# added with settings such as:
OpenPOWER on IntegriCloud