Fix the location of sasl1 by adding a `1' to the listed path.

Pointed out:	Alexander Chernykh <alxch@ngw.compcent.usu.ru>
This commit is contained in:
Tom Rhodes 2002-12-14 14:53:43 +00:00
parent 16728a1b6b
commit 52dad2700b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15336

View file

@ -1172,7 +1172,7 @@ freefall MX 20 who.cdrom.com</programlisting>
<para>Now, edit <filename>/etc/make.conf</filename> and add the
following lines:</para>
<screen>SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL</screen>
<screen>SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL</screen>
<screen>SENDMAIL_LDFLAGS=-L/usr/local/lib</screen>
<screen>SENDMAIL_LDADD=-lsasl</screen>