eb9aea5ac0
interface for processes to record system calls of its children. Submitted by: Juniper Networks.
12 lines
182 B
Makefile
12 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>
|