summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2001-02-22 19:44:16 +0000
committergshapiro <gshapiro@FreeBSD.org>2001-02-22 19:44:16 +0000
commited410f8195c01d68645b4a52e9bafa354044106f (patch)
treeedef291821f27588fa857f20865aa1cb428c1e61 /share
parent4d15762396cadbae4004f8594ac36111d27d3d8d (diff)
downloadFreeBSD-src-ed410f8195c01d68645b4a52e9bafa354044106f.zip
FreeBSD-src-ed410f8195c01d68645b4a52e9bafa354044106f.tar.gz
Need one additional make.conf knob, SENDMAIL_ADDITIONAL_MC to satisfy bug
report. It allows building multiple .cf files at build time. PR: bin/19897
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf5
-rw-r--r--share/man/man5/make.conf.56
2 files changed, 11 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 784f394..a26b0ca 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -334,6 +334,11 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
#
#SENDMAIL_MC=/etc/sendmail/freebsd.mc
#
+# If you need to build additional .cf files during a make buildworld,
+# include the full paths to the .mc files in SENDMAIL_ADDITIONAL_MC.
+#
+#SENDMAIL_ADDITIONAL_MC=/etc/mail/foo.mc /etc/mail/bar.mc
+#
# Setting the following variables modifes the build environment for
# sendmail and its related utilities. For example, SASL support can be
# added with settings such as:
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index b858354..dfe45fc 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -478,6 +478,12 @@ Use with caution as a make install will overwrite any existing
Note that
.Va SENDMAIL_CF
is now deprecated.
+.It Va SENDMAIL_ADDITIONAL_MC
+.Vt ( str )
+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_CFLAGS
.Vt ( str )
Flags to pass to the compile command when building
OpenPOWER on IntegriCloud