Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2024 09:54:31 GMT
From:      Konrad Witaszczyk <def@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5688843dc9c5 - main - sys: Index netlink/ files with the cscope target
Message-ID:  <202407220954.46M9sVm0024825@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407220954.46M9sVm0024825>