mirror of
https://github.com/opnsense/src.git
synced 2026-03-22 02:40:09 -04:00
interface for processes to record system calls of its children. Submitted by: Juniper Networks.
11 lines
182 B
Makefile
11 lines
182 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
.PATH: ${.CURDIR}/../../dev/filemon
|
|
|
|
KMOD= filemon
|
|
SRCS= ${KMOD}.c
|
|
SRCS+= vnode_if.h opt_compat.h opt_capsicum.h
|
|
|
|
.include <bsd.kmod.mk>
|