git: 0ef8e98fda0e - main - Add WITH_NETLINK_SUPPORT description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Apr 2023 21:38:54 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=0ef8e98fda0e80608c10f6ed895a83fe164c9c92
commit 0ef8e98fda0e80608c10f6ed895a83fe164c9c92
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-04-20 21:34:21 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
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 .