From 6b50bced2c5d443121e5fc65f1aa3405783afccd Mon Sep 17 00:00:00 2001 From: gshapiro Date: Fri, 13 Oct 2000 03:21:37 +0000 Subject: Activate the 'secure' (TLS) version of sendmail if !NO_SENDMAIL && !NO_OPENSSL --- secure/usr.sbin/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'secure') 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 -- cgit v1.1