diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-12 19:17:11 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-12 19:17:11 +0000 |
commit | 349bf126cd9c4c9ef5e60780523a63d65a3ba54a (patch) | |
tree | c1394e9ab44d8499f0c2d0c3b7c7ff2ecdafbb75 /gnu/usr.sbin/sendmail | |
parent | 7e72fb846be3624afea2b17f68c56e8f09e75453 (diff) |
Add commented out support for Cyrus SASL
Diffstat (limited to 'gnu/usr.sbin/sendmail')
-rw-r--r-- | gnu/usr.sbin/sendmail/sendmail/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.sbin/sendmail/sendmail/Makefile b/gnu/usr.sbin/sendmail/sendmail/Makefile index 1fd52c631f5..085b2a6c274 100644 --- a/gnu/usr.sbin/sendmail/sendmail/Makefile +++ b/gnu/usr.sbin/sendmail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2001/09/11 19:02:49 millert Exp $ +# $OpenBSD: Makefile,v 1.14 2001/09/12 19:17:10 millert Exp $ PROG= sendmail @@ -11,6 +11,10 @@ ENVDEF+= -DSTARTTLS LDADD+= -lssl -lcrypto DPADD= ${LIBSSL} ${LIBCRYPTO} +# To build with Cyrus SASL support (untested) +#ENVDEF+= -DSASL +#LDADD+= -lsasl + # To build with mail filter support (untested) #WANT_LIBMILTER=1 #ENVDEF+= -DMILTER |