summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/sendmail/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index d071fe03679..15d69d90288 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2002/06/23 12:15:03 tron Exp $
+# $NetBSD: Makefile,v 1.52 2002/08/21 07:47:05 seb Exp $
DISTNAME= sendmail.8.11.6
PKGNAME= sendmail-8.11.6
@@ -55,6 +55,10 @@ USE_DB2?= NO
.include "../../databases/openldap/buildlink.mk"
.endif
+.if defined(USE_SASL) && ${USE_SASL} == YES
+.include "../../security/cyrus-sasl/buildlink.mk"
+.endif
+
.if defined(USE_STARTTLS) && ${USE_STARTTLS} == YES
.include "../../security/openssl/buildlink.mk"
.endif