diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2017-03-29 19:58:00 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2017-03-29 19:58:00 +0000 |
| commit | 1811d6bf7f1a70cc823919345c5f3d2e4711019e (patch) | |
| tree | 7d45e0f2361ccb8f851f9f6ab7d4f0417f847ecf /sys/modules/dtrace/dtaudit | |
| parent | 0d75d0dfbc44356426127ed42874eb61edc413b9 (diff) | |
Notes
Diffstat (limited to 'sys/modules/dtrace/dtaudit')
| -rw-r--r-- | sys/modules/dtrace/dtaudit/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/modules/dtrace/dtaudit/Makefile b/sys/modules/dtrace/dtaudit/Makefile new file mode 100644 index 000000000000..d44ee4763f59 --- /dev/null +++ b/sys/modules/dtrace/dtaudit/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +SYSDIR?= ${.CURDIR}/../../.. + +.PATH: ${SYSDIR}/security/audit + +KMOD= dtaudit +SRCS= audit_dtrace.c \ + vnode_if.h + +CFLAGS+= -I${SYSDIR}/cddl/compat/opensolaris \ + -I${SYSDIR}/cddl/contrib/opensolaris/uts/common \ + -I${SYSDIR} + +.include <bsd.kmod.mk> + +CFLAGS+= -include ${SYSDIR}/cddl/compat/opensolaris/sys/debug_compat.h |
