aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2000-09-17 00:41:33 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2000-09-17 00:41:33 +0000
commitcf1fec423af7716ba778ed1ca9f94211cccec534 (patch)
tree337d84bdd38fc7d00825f7aa98d34e3061b2137a /etc
parent18a73213ecd2aaaabdb5f64bba424575ffdfcfb3 (diff)
downloadsrc-cf1fec423af7716ba778ed1ca9f94211cccec534.tar.gz
src-cf1fec423af7716ba778ed1ca9f94211cccec534.zip
Give users a way to alter the sendmail (and related utilities) build
environment so they can enable functionality such as SASL, LDAP, Hesiod.
Notes
Notes: svn path=/head/; revision=65970
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/make.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 0f7486ea78d2..4b872c90ef8d 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -269,3 +269,18 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
# The list of languages and encodings to build and install
#
#DOC_LANG= en_US.ISO_8859-1 ru_RU.KOI8-R
+#
+#
+# sendmail
+# 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:
+#
+# SENDMAIL_CFLAGS=-I/usr/local/include -DSASL
+# SENDMAIL_LDFLAGS=-L/usr/local/lib
+# SENDMAIL_LDADD=-lsasl
+#
+#SENDMAIL_CFLAGS=
+#SENDMAIL_LDFLAGS=
+#SENDMAIL_LDADD=
+#SENDMAIL_DPADD=