diff options
| author | George V. Neville-Neil <gnn@FreeBSD.org> | 2024-05-01 17:21:59 +0000 |
|---|---|---|
| committer | George V. Neville-Neil <gnn@FreeBSD.org> | 2024-05-01 17:21:59 +0000 |
| commit | 793556efded5cd3ba3b254d6b045bf6c1aab1f86 (patch) | |
| tree | 4b358d02e1a92df8ed5bd8db435c932ea93d50d0 /share/examples | |
| parent | e60ca52b72e518f8394615bdad9cd9c85764caa2 (diff) | |
Diffstat (limited to 'share/examples')
| -rw-r--r-- | share/examples/modules/Makefile | 2 |
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 |
