Deleted Added
full compact
Makefile (236592) Makefile (241828)
1# $FreeBSD: head/sys/modules/filemon/Makefile 236592 2012-06-04 22:54:19Z obrien $
1# $FreeBSD: head/sys/modules/filemon/Makefile 241828 2012-10-22 02:12:11Z eadler $
2
2
3MAINTAINER= obrien@FreeBSD.org
4
5.PATH: ${.CURDIR}/../../dev/filemon
6
7KMOD= filemon
8SRCS= ${KMOD}.c
9SRCS+= vnode_if.h opt_compat.h opt_capsicum.h
10
11.include <bsd.kmod.mk>
3.PATH: ${.CURDIR}/../../dev/filemon
4
5KMOD= filemon
6SRCS= ${KMOD}.c
7SRCS+= vnode_if.h opt_compat.h opt_capsicum.h
8
9.include <bsd.kmod.mk>