aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge V. Neville-Neil <gnn@FreeBSD.org>2024-05-01 17:21:59 +0000
committerGeorge V. Neville-Neil <gnn@FreeBSD.org>2024-05-01 17:21:59 +0000
commit793556efded5cd3ba3b254d6b045bf6c1aab1f86 (patch)
tree4b358d02e1a92df8ed5bd8db435c932ea93d50d0
parente60ca52b72e518f8394615bdad9cd9c85764caa2 (diff)
downloadsrc-793556efded5cd3ba3b254d6b045bf6c1aab1f86.tar.gz
src-793556efded5cd3ba3b254d6b045bf6c1aab1f86.zip
Fix up a mistake in the CFLAGS added. Pointed out by jrtc.
-rw-r--r--share/examples/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
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