diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2001-07-23 01:33:54 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2001-07-23 01:33:54 +0000 |
commit | cef3dba0893fdee1777990d6d8095fb0dce67752 (patch) | |
tree | ba7b02a2f44491888ab338b6bd69a1471e4fc680 /share/man | |
parent | dea0eea19efa30f9411602f8f9e742fd9ffad88f (diff) | |
download | FreeBSD-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/man')
-rw-r--r-- | share/man/man5/make.conf.5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 8f31eec..bc077ce 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -496,6 +496,9 @@ Additional .mc files which should be built into .cf files at build time. The value should include the full path to the .mc file(s), e.g., .Pa /etc/mail/foo.mc .Pa /etc/mail/bar.mc . +.It Va SENDMAIL_M4_FLAGS +.Pq Vt str +Flags passed to m4 when building a .cf file from a .mc file. .It Va SENDMAIL_CFLAGS .Pq Vt str Flags to pass to the compile command when building |