summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2001-03-10 00:31:07 +0000
committergshapiro <gshapiro@FreeBSD.org>2001-03-10 00:31:07 +0000
commitabe73c9b5e248b3c0cddefae10c54cc83707ad2c (patch)
tree75df7103a26c623e9a078cb1e00bc1a817df95fc /share
parentb80431a1059c41b4237b8514ed47e5f29f5d33ab (diff)
downloadFreeBSD-src-abe73c9b5e248b3c0cddefae10c54cc83707ad2c.zip
FreeBSD-src-abe73c9b5e248b3c0cddefae10c54cc83707ad2c.tar.gz
Use the correct path to the SASL .h files as installed by the SASL port.
MFC candidate. Submitted by: jeh
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 4957486..b10819b 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -348,7 +348,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
# sendmail and its related utilities. For example, SASL support can be
# added with settings such as:
#
-# SENDMAIL_CFLAGS=-I/usr/local/include -DSASL
+# SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL
# SENDMAIL_LDFLAGS=-L/usr/local/lib
# SENDMAIL_LDADD=-lsasl
#
OpenPOWER on IntegriCloud