diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2003-09-24 04:19:26 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2003-09-24 04:19:26 +0000 |
| commit | 77e399e8bebe4e4b10020d4e8a3a449ed954e077 (patch) | |
| tree | 1646e54fd19235e5d25d21f73461061a69b3d70f /share/examples | |
| parent | 4e7b8fcec4b0a5ab27700216f4e2cce20c61dd5d (diff) | |
Notes
Diffstat (limited to 'share/examples')
| -rw-r--r-- | share/examples/etc/make.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index f4805edbfedc..dab751dd82b5 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -263,6 +263,11 @@ # #SENDMAIL_ADDITIONAL_MC=/etc/mail/foo.mc /etc/mail/bar.mc # +# The following overrides the default location for the m4 configuration +# files used to build a .cf file from a .mc file. +# +#SENDMAIL_CF_DIR=/usr/local/share/sendmail/cf +# # Setting the following variable modifies the flags passed to m4 when # building a .cf file from a .mc file. It can be used to enable # features disabled by default. |
