diff options
-rw-r--r-- | share/examples/etc/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 54ff687136990..703f528607be8 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -293,7 +293,7 @@ # sendmail and its related utilities. For example, SASL support can be # added with settings such as: # -# SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL +# SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL # SENDMAIL_LDFLAGS=-L/usr/local/lib # SENDMAIL_LDADD=-lsasl # |