mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
15 lines
247 B
Makefile
15 lines
247 B
Makefile
# $FreeBSD$
|
|
|
|
SYSDIR?= ${SRCTOP}/sys
|
|
|
|
.PATH: ${SYSDIR}/security/audit
|
|
|
|
KMOD= dtaudit
|
|
SRCS= audit_dtrace.c \
|
|
vnode_if.h
|
|
|
|
CFLAGS+= ${OPENZFS_CFLAGS}
|
|
|
|
.include <bsd.kmod.mk>
|
|
|
|
CFLAGS+= -include ${SYSDIR}/cddl/compat/opensolaris/sys/debug_compat.h
|