src.opts.mk: force DMAGENT off under WITHOUT_OPENSSL

dma(8) depends on OpenSSL unconditionally.

Reported by:	Michael Dexter's Build Options Survey run
MFC after:	1 weeks
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2020-01-17 17:53:13 +00:00
parent 7fdf7f9183
commit df502acc73
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356836

View file

@ -497,6 +497,7 @@ MK_NLS_CATALOGS:= no
.endif
.if ${MK_OPENSSL} == "no"
MK_DMAGENT:= no
MK_OPENSSH:= no
MK_KERBEROS:= no
MK_KERBEROS_SUPPORT:= no