Out of tree modules should be built with DTrace by default.

This commit is contained in:
George V. Neville-Neil 2024-05-01 13:00:52 -04:00
parent c100fe0ba3
commit e60ca52b72

View file

@ -4,3 +4,5 @@ KMOD= skel
SRCS= skel.c
.include <bsd.kmod.mk>
CFLAGS:= ${CFLAGS:N -DKDTRACE_HOOKS}