git: acaed6b1e285 - stable/13 - netlink: add headers installation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Feb 2023 12:32:18 UTC
The branch stable/13 has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=acaed6b1e2859cb6726e35e8c937b192c16a95c8 commit acaed6b1e2859cb6726e35e8c937b192c16a95c8 Author: Alexander V. Chernikov <melifaro@FreeBSD.org> AuthorDate: 2022-10-01 16:31:58 +0000 Commit: Alexander V. Chernikov <melifaro@FreeBSD.org> CommitDate: 2023-02-14 12:32:03 +0000 netlink: add headers installation (cherry picked from commit 11ca01e9aa479559da240ceba17fdcdf2d1e97c3) --- include/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/Makefile b/include/Makefile index 490b430d94c6..879a7c48f6df 100644 --- a/include/Makefile +++ b/include/Makefile @@ -41,7 +41,7 @@ LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdatomic.h stdint.h \ syslog.h ucontext.h LDIRS= geom net net80211 netgraph netinet netinet6 \ - netipsec netsmb nfs nfsclient nfsserver sys vm + netipsec netlink netsmb nfs nfsclient nfsserver sys vm LSUBDIRS= dev/acpica dev/agp dev/an dev/ciss dev/filemon dev/firewire \ dev/hwpmc dev/hyperv \ @@ -59,6 +59,7 @@ LSUBDIRS= dev/acpica dev/agp dev/an dev/ciss dev/filemon dev/firewire \ netinet/cc \ netinet/netdump \ netinet/tcp_stacks \ + netlink/route \ security/mac_biba security/mac_bsdextended security/mac_lomac \ security/mac_mls security/mac_partition \ security/mac_veriexec \