The branch stable/13 has been updated by mhorne:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=63a3f59066765c251de8cb80bf841b916b4f4061

commit 63a3f59066765c251de8cb80bf841b916b4f4061
Author:     Mitchell Horne <[email protected]>
AuthorDate: 2021-01-30 19:04:08 +0000
Commit:     Mitchell Horne <[email protected]>
CommitDate: 2021-02-04 13:57:31 +0000

    src.opts.mk: set MK_ZFS conditional on MK_OPENSSL
    
    PR:             252841
    Reviewed by:    kevans, freqlabs
    
    (cherry picked from commit e5cc1c47484160969e0a7c13cdbc71081d7dd60e)
---
 share/mk/src.opts.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index a7eddb12d2c8..6c8100bac548 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -432,6 +432,7 @@ MK_LDNS:=   no
 MK_PKGBOOTSTRAP:=      no
 MK_SVN:=               no
 MK_SVNLITE:=           no
+MK_ZFS:=       no
 .endif
 
 .if ${MK_LDNS} == "no"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to