Activate the 'secure' (TLS) version of sendmail if !NO_SENDMAIL && !NO_OPENSSL

This commit is contained in:
Gregory Neil Shapiro 2000-10-13 03:21:37 +00:00
parent fa54144cce
commit c1f12b17ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67053

View File

@ -5,4 +5,8 @@ SUBDIR=
SUBDIR+=sshd
.endif
.if !defined(NO_SENDMAIL) && !defined(NO_OPENSSL)
SUBDIR+=sendmail
.endif
.include <bsd.subdir.mk>