git: 793556efded5 - main - Fix up a mistake in the CFLAGS added. Pointed out by jrtc.

From: George V. Neville-Neil <gnn_at_FreeBSD.org>
Date: Wed, 01 May 2024 17:22:16 UTC
The branch main has been updated by gnn:

URL: https://cgit.FreeBSD.org/src/commit/?id=793556efded5cd3ba3b254d6b045bf6c1aab1f86

commit 793556efded5cd3ba3b254d6b045bf6c1aab1f86
Author:     George V. Neville-Neil <gnn@FreeBSD.org>
AuthorDate: 2024-05-01 17:21:59 +0000
Commit:     George V. Neville-Neil <gnn@FreeBSD.org>
CommitDate: 2024-05-01 17:21:59 +0000

    Fix up a mistake in the CFLAGS added.  Pointed out by jrtc.
---
 share/examples/modules/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/examples/modules/Makefile b/share/examples/modules/Makefile
index bc7f6f6a57ac..4ed5e5354c79 100644
--- a/share/examples/modules/Makefile
+++ b/share/examples/modules/Makefile
@@ -5,4 +5,4 @@ SRCS=	skel.c
 
 .include <bsd.kmod.mk>
 
-CFLAGS:= ${CFLAGS:N -DKDTRACE_HOOKS}
+CFLAGS+= -DKDTRACE_HOOKS