Use the correct path to the SASL .h files as installed by the SASL port.

MFC candidate.

Submitted by:	jeh
This commit is contained in:
Gregory Neil Shapiro 2001-03-10 00:31:07 +00:00
parent e47bf70d00
commit 332ca08080
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74055
2 changed files with 2 additions and 2 deletions

View File

@ -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
#

View File

@ -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
#