From c1f12b17ffc058f5b26da06a528e2c6ef8744a55 Mon Sep 17 00:00:00 2001 From: Gregory Neil Shapiro Date: Fri, 13 Oct 2000 03:21:37 +0000 Subject: [PATCH] Activate the 'secure' (TLS) version of sendmail if !NO_SENDMAIL && !NO_OPENSSL --- secure/usr.sbin/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/secure/usr.sbin/Makefile b/secure/usr.sbin/Makefile index b8636e5c4333..c43461057f60 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