diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2001-02-22 19:44:16 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2001-02-22 19:44:16 +0000 |
commit | ed410f8195c01d68645b4a52e9bafa354044106f (patch) | |
tree | edef291821f27588fa857f20865aa1cb428c1e61 /share/examples | |
parent | 4d15762396cadbae4004f8594ac36111d27d3d8d (diff) | |
download | FreeBSD-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 '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 784f394..a26b0ca 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/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: |