git: 82e4a85de50b - main - netlink: connect netlink(4), rtnetlink(4), genetlinl(4) to build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Nov 2022 16:51:55 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/src/commit/?id=82e4a85de50b6e0acd6dc443e80919ad09e88365
commit 82e4a85de50b6e0acd6dc443e80919ad09e88365
Author: Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2022-11-07 16:50:00 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-11-07 16:50:00 +0000
netlink: connect netlink(4), rtnetlink(4), genetlinl(4) to build
MFC after: 2 months
(after 7366c0a49c9a60d3eea7520d7ae4bc2b3ab172f3)
---
share/man/man4/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 8be70670f6cb..1201aa809568 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -168,6 +168,7 @@ MAN= aac.4 \
gdb.4 \
gem.4 \
genet.4 \
+ genetlink.4 \
geom.4 \
geom_linux_lvm.4 \
geom_map.4 \
@@ -335,6 +336,7 @@ MAN= aac.4 \
netgdb.4 \
netgraph.4 \
netintro.4 \
+ netlink.4 \
netmap.4 \
${_nfe.4} \
${_nfsmb.4} \
@@ -468,6 +470,7 @@ MAN= aac.4 \
rl.4 \
rndtest.4 \
route.4 \
+ rtnetlink.4 \
rtsx.4 \
rtw88.4 \
rtw88fw.4 \