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