diff options
Diffstat (limited to 'etc/defaults/make.conf')
| -rw-r--r-- | etc/defaults/make.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index be729cf3f4930..784f3946e9069 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -330,9 +330,9 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ # 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. +# deprecated. The value should be a fully qualified path name. # -#SENDMAIL_MC=freebsd.mc +#SENDMAIL_MC=/etc/sendmail/freebsd.mc # # Setting the following variables modifes the build environment for # sendmail and its related utilities. For example, SASL support can be |
