Date: Mon, 1 Feb 2021 14:40:49 GMT From: Mitchell Horne <mhorne@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 243125c81af5 - main - src.conf(5): regenerate after MK_ZFS change Message-ID: <202102011440.111Eenh4054391@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=243125c81af5a4947a25e5977056c68db0474c42 commit 243125c81af5a4947a25e5977056c68db0474c42 Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2021-02-01 14:34:11 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2021-02-01 14:39:55 +0000 src.conf(5): regenerate after MK_ZFS change With e5cc1c474841, this option is also disabled by WITHOUT_OPENSSL and WITHOUT_CRYPT. --- share/man/man5/src.conf.5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 81656db323ed..3b57c443353d 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -400,6 +400,8 @@ When set, it enforces these options: .Va WITHOUT_SVNLITE .It .Va WITHOUT_UNBOUND +.It +.Va WITHOUT_ZFS .El .Pp When set, these options are also in effect: @@ -1290,6 +1292,8 @@ When set, it enforces these options: .Va WITHOUT_SVNLITE .It .Va WITHOUT_UNBOUND +.It +.Va WITHOUT_ZFS .El .Pp When set, these options are also in effect:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102011440.111Eenh4054391>