diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-07-31 15:06:09 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-07-31 15:06:09 +0000 |
commit | 68966e0453f2705262a20f4097055bdb08a8174e (patch) | |
tree | 2172b4158e1dee4b924488f4dd634cc658486a5f | |
parent | ba37958b34031a8bb775b512097884253f723bd6 (diff) |
Notes
-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 # |