From 332ca0808069b28c2bf2ad145d66bccd0b06c58f Mon Sep 17 00:00:00 2001 From: Gregory Neil Shapiro Date: Sat, 10 Mar 2001 00:31:07 +0000 Subject: [PATCH] Use the correct path to the SASL .h files as installed by the SASL port. MFC candidate. Submitted by: jeh --- etc/defaults/make.conf | 2 +- share/examples/etc/make.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 49574861fe5..b10819b9243 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/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 # diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 49574861fe5..b10819b9243 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 #