git: 92d817ad6bc6 - main - nlsysevent: remove useless CFLAGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Jun 2023 15:04:33 UTC
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>