]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sys/modules/filemon/Makefile
MFC r241828,r241891:
[FreeBSD/stable/9.git] / sys / modules / filemon / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/filemon
4
5 KMOD=   filemon
6 SRCS=   ${KMOD}.c
7 SRCS+=  vnode_if.h opt_compat.h opt_capsicum.h
8
9 .include <bsd.kmod.mk>