summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-01-31 19:52:34 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-01-31 19:52:34 +0000
commit6b5fdc3e6390d24294c5aed2e010434590bdf273 (patch)
treed56c50d791dfb25ebb9171bce825e77ef09f9929
parentUpdate RT to make it build. (diff)
- honor USE_OPENSSL_BASE
Notes
Notes: svn path=/head/; revision=74368
-rw-r--r--mail/sendmail/Makefile4
-rw-r--r--mail/sendmail812/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 98bf5181aef0..d7281914f66d 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -62,9 +62,13 @@ SITE+= ${FILESDIR}/site.config.m4.ipv6
.endif
.endif
.if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS)
+.if ! defined(USE_OPENSSL_BASE)
+SITE+= ${FILESDIR}/site.config.m4.ssl
+.else
.if ! exists(${DESTDIR}/etc/mail/mailer.conf)
SITE+= ${FILESDIR}/site.config.m4.ssl
.endif
+.endif
SITE+= ${FILESDIR}/site.config.m4.tls
.endif
.if defined(SENDMAIL_WITH_SASL)
diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile
index 98bf5181aef0..d7281914f66d 100644
--- a/mail/sendmail812/Makefile
+++ b/mail/sendmail812/Makefile
@@ -62,9 +62,13 @@ SITE+= ${FILESDIR}/site.config.m4.ipv6
.endif
.endif
.if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS)
+.if ! defined(USE_OPENSSL_BASE)
+SITE+= ${FILESDIR}/site.config.m4.ssl
+.else
.if ! exists(${DESTDIR}/etc/mail/mailer.conf)
SITE+= ${FILESDIR}/site.config.m4.ssl
.endif
+.endif
SITE+= ${FILESDIR}/site.config.m4.tls
.endif
.if defined(SENDMAIL_WITH_SASL)