freebsd-dev/sys/modules/filemon/Makefile
Eitan Adler 4e730560e9 Finish migration of MAINTAINER entries
Approved by:	cperciva
MFC after:	3 days
2012-10-22 02:12:11 +00:00

10 lines
150 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/filemon
KMOD= filemon
SRCS= ${KMOD}.c
SRCS+= vnode_if.h opt_compat.h opt_capsicum.h
.include <bsd.kmod.mk>