git: 5688843dc9c5 - main - sys: Index netlink/ files with the cscope target
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jul 2024 09:54:31 UTC
The branch main has been updated by def: URL: https://cgit.FreeBSD.org/src/commit/?id=5688843dc9c5fd8d3fe0c0915a6240d680e0b506 commit 5688843dc9c5fd8d3fe0c0915a6240d680e0b506 Author: Konrad Witaszczyk <def@FreeBSD.org> AuthorDate: 2024-07-09 14:16:56 +0000 Commit: Konrad Witaszczyk <def@FreeBSD.org> CommitDate: 2024-07-22 09:50:43 +0000 sys: Index netlink/ files with the cscope target Reviewed by: oshogbo Approved by: oshogbo (mentor) Differential Revision: https://reviews.freebsd.org/D45934 --- sys/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Makefile b/sys/Makefile index e62c085b4a5c..e05016045833 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,7 +1,7 @@ # Directories to include in cscope name file and TAGS. CSCOPEDIRS= bsm cam cddl compat conf contrib crypto ddb dev fs gdb \ geom gnu isa kern libkern modules net net80211 \ - netgraph netinet netinet6 netipsec netpfil \ + netgraph netinet netinet6 netipsec netlink netpfil \ netsmb nfs nfsclient nfsserver nlm ofed opencrypto \ rpc security sys ufs vm xdr xen ${CSCOPE_ARCHDIR} .if !defined(CSCOPE_ARCHDIR)