summaryrefslogtreecommitdiffstats
path: root/sys/modules/filemon/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2012-06-04 22:54:19 +0000
committerobrien <obrien@FreeBSD.org>2012-06-04 22:54:19 +0000
commit316161913dee073c7d5792d4a337b778cd8c7a64 (patch)
treedefb2c0e3341ce03aba00cb12daa09048f23c70a /sys/modules/filemon/Makefile
parent0dd8d2fe744efc9f42823fb6f0dd9b6294723b18 (diff)
downloadFreeBSD-src-316161913dee073c7d5792d4a337b778cd8c7a64.zip
FreeBSD-src-316161913dee073c7d5792d4a337b778cd8c7a64.tar.gz
Add the 'filemon' device. 'filemon' is a kernel module that provides a device
interface for processes to record system calls of its children. Submitted by: Juniper Networks.
Diffstat (limited to 'sys/modules/filemon/Makefile')
-rw-r--r--sys/modules/filemon/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/filemon/Makefile b/sys/modules/filemon/Makefile
new file mode 100644
index 0000000..3bb5351
--- /dev/null
+++ b/sys/modules/filemon/Makefile
@@ -0,0 +1,11 @@
+# $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>
OpenPOWER on IntegriCloud