aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/make.conf
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-02-22 19:44:16 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-02-22 19:44:16 +0000
commite6c77250ef764b3e8c70f593671cd237d6061c3b (patch)
treed7e3b9001df9ef9322e4ae0871db5c83311317e1 /etc/defaults/make.conf
parentfeb43c5f37d221250d4a5d8a407b1e56a455a50b (diff)
downloadsrc-e6c77250ef764b3e8c70f593671cd237d6061c3b.tar.gz
src-e6c77250ef764b3e8c70f593671cd237d6061c3b.zip
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
Notes
Notes: svn path=/head/; revision=72918
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 784f3946e906..a26b0ca73c66 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: