summaryrefslogtreecommitdiffstats
path: root/etc/defaults/make.conf
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 /etc/defaults/make.conf
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 'etc/defaults/make.conf')
-rw-r--r--etc/defaults/make.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 784f394..a26b0ca 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/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:
OpenPOWER on IntegriCloud