Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2023 15:04:33 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 92d817ad6bc6 - main - nlsysevent: remove useless CFLAGS
Message-ID:  <202306091504.359F4XNh093332@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/src/commit/?id=92d817ad6bc6207a8d0550340c7e606c07302459

commit 92d817ad6bc6207a8d0550340c7e606c07302459
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2023-06-09 15:04:10 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-06-09 15:04:10 +0000

    nlsysevent: remove useless CFLAGS
---
 sys/modules/nlsysevent/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/modules/nlsysevent/Makefile b/sys/modules/nlsysevent/Makefile
index 6ec36f53ca8f..a43e730d3aa5 100644
--- a/sys/modules/nlsysevent/Makefile
+++ b/sys/modules/nlsysevent/Makefile
@@ -5,7 +5,6 @@
 KMOD=	nlsysevent
 SRCS=	netlink_sysevent.c
 
-CFLAGS+=	-I${SRCTOP}/sys/contrib/netlink
 EXPORT_SYMS=	YES
 
 .include <bsd.kmod.mk>



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