summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2000-09-17 00:41:33 +0000
committergshapiro <gshapiro@FreeBSD.org>2000-09-17 00:41:33 +0000
commit1f7ac54fbd544b90729437bc61f76addab082c01 (patch)
treeaf58a9af9d4cd2a6d511e3634e900e2dbb695f0c /share
parente6283888c378965cfe51666cae94ca2b47308f7e (diff)
downloadFreeBSD-src-1f7ac54fbd544b90729437bc61f76addab082c01.zip
FreeBSD-src-1f7ac54fbd544b90729437bc61f76addab082c01.tar.gz
Give users a way to alter the sendmail (and related utilities) build
environment so they can enable functionality such as SASL, LDAP, Hesiod.
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 0f7486e..4b872c9 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/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=
OpenPOWER on IntegriCloud