summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2000-10-13 03:21:37 +0000
committergshapiro <gshapiro@FreeBSD.org>2000-10-13 03:21:37 +0000
commit6b50bced2c5d443121e5fc65f1aa3405783afccd (patch)
treed83154ffc3ab498daf982f6f65cf769b7f630951 /secure
parentc87c01266a813f1e3c3188761743c3ce6d224021 (diff)
downloadFreeBSD-src-6b50bced2c5d443121e5fc65f1aa3405783afccd.zip
FreeBSD-src-6b50bced2c5d443121e5fc65f1aa3405783afccd.tar.gz
Activate the 'secure' (TLS) version of sendmail if !NO_SENDMAIL && !NO_OPENSSL
Diffstat (limited to 'secure')
-rw-r--r--secure/usr.sbin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/secure/usr.sbin/Makefile b/secure/usr.sbin/Makefile
index b8636e5..c434610 100644
--- a/secure/usr.sbin/Makefile
+++ b/secure/usr.sbin/Makefile
@@ -5,4 +5,8 @@ SUBDIR=
SUBDIR+=sshd
.endif
+.if !defined(NO_SENDMAIL) && !defined(NO_OPENSSL)
+SUBDIR+=sendmail
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud