1# $FreeBSD$
2
3.PATH: ${SRCTOP}/sys/dev/filemon
4
5KMOD=	filemon
6SRCS=	${KMOD}.c
7SRCS+=	vnode_if.h
8
9.include <bsd.kmod.mk>
10