The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=0ef8e98fda0e80608c10f6ed895a83fe164c9c92
commit 0ef8e98fda0e80608c10f6ed895a83fe164c9c92 Author: Brooks Davis <[email protected]> AuthorDate: 2023-04-20 21:34:21 +0000 Commit: Brooks Davis <[email protected]> CommitDate: 2023-04-20 21:34:21 +0000 Add WITH_NETLINK_SUPPORT description Reviewed by: melifaro Differential Revision: https://reviews.freebsd.org/D39676 --- tools/build/options/WITH_NETLINK_SUPPORT | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/build/options/WITH_NETLINK_SUPPORT b/tools/build/options/WITH_NETLINK_SUPPORT new file mode 100644 index 000000000000..0f0f8f8b9799 --- /dev/null +++ b/tools/build/options/WITH_NETLINK_SUPPORT @@ -0,0 +1,5 @@ +.\" $FreeBSD$ +Make libraries and programs use +.Xr snl 3 +interfaces instead of rtsock and +.Xr sysctl 3 .
