The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=b9b1262a8ef95857101e538145703894e3b880b7
commit b9b1262a8ef95857101e538145703894e3b880b7 Author: Brooks Davis <[email protected]> AuthorDate: 2025-12-15 13:52:34 +0000 Commit: Brooks Davis <[email protected]> CommitDate: 2025-12-15 13:52:34 +0000 src.conf.5: regen documenting WITH_IPFILTER_IPFS --- share/man/man5/src.conf.5 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index bab2c3d84abf..c56a13652a84 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,5 +1,5 @@ .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. -.Dd October 22, 2025 +.Dd December 15, 2025 .Dt SRC.CONF 5 .Os .Sh NAME @@ -838,6 +838,10 @@ The user still must set the variable to point to a directory where the user has write permissions. .It Va WITHOUT_IPFILTER Do not build IP Filter package. +.It Va WITH_IPFILTER_IPFS +Enable building the +.Xr ipfs 8 +tool to save and restore IPFilter state tables. .It Va WITHOUT_IPFW Do not build IPFW tools. .It Va WITHOUT_IPSEC_SUPPORT
