f889a61ae5
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
10 lines
135 B
Makefile
10 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/filemon
|
|
|
|
KMOD= filemon
|
|
SRCS= ${KMOD}.c
|
|
SRCS+= opt_compat.h vnode_if.h
|
|
|
|
.include <bsd.kmod.mk>
|