mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Activate the 'secure' (TLS) version of sendmail if !NO_SENDMAIL && !NO_OPENSSL
This commit is contained in:
parent
fa54144cce
commit
c1f12b17ff
1 changed files with 4 additions and 0 deletions
|
|
@ -5,4 +5,8 @@ SUBDIR=
|
|||
SUBDIR+=sshd
|
||||
.endif
|
||||
|
||||
.if !defined(NO_SENDMAIL) && !defined(NO_OPENSSL)
|
||||
SUBDIR+=sendmail
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue