mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Activate the 'secure' (TLS) version of sendmail if !NO_SENDMAIL && !NO_OPENSSL
This commit is contained in:
parent
fa54144cce
commit
c1f12b17ff
@ -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 New Issue
Block a user