summaryrefslogtreecommitdiffstats
path: root/etc/defaults/make.conf
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2001-02-22 04:11:52 +0000
committergshapiro <gshapiro@FreeBSD.org>2001-02-22 04:11:52 +0000
commita299914603ba9c1451fead058757c8f1780cc704 (patch)
tree50add6361835075176e4b030af0c50c0861651e9 /etc/defaults/make.conf
parent41e03dcd6b224b77926276346b42ef16d6285ff8 (diff)
downloadFreeBSD-src-a299914603ba9c1451fead058757c8f1780cc704.zip
FreeBSD-src-a299914603ba9c1451fead058757c8f1780cc704.tar.gz
Add a new make knob, SENDMAIL_MC, which is meant to replace SENDMAIL_CF as
users should be configuring via m4 now. If set, use m4 to create the .cf file. Also, if either SENDMAIL_MC or SENDMAIL_CF is set, 'make install' or 'make distribution' in src/etc/sendmail/ will install the appropriate .cf as /etc/mail/sendmail.cf. This fixes some mergemaster problems. PR: conf/13016
Diffstat (limited to 'etc/defaults/make.conf')
-rw-r--r--etc/defaults/make.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 41ad7bf..f909dfd 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -324,6 +324,14 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
#
#
# sendmail
+#
+# The following sets the default m4 configuration file to use at
+# install time. Use with caution as a make install will overwrite
+# any existing /etc/mail/sendmail.cf. Note that SENDMAIL_CF is now
+# deprecated.
+#
+#SENDMAIL_MC=freebsd.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