# $FreeBSD: head/sys/modules/filemon/Makefile 251368 2013-06-04 06:38:01Z obrien $

.PATH: ${.CURDIR}/../../dev/filemon

KMOD=	filemon
SRCS=	${KMOD}.c
SRCS+=	opt_compat.h

.include <bsd.kmod.mk>
