10 lines
124 B
Makefile
10 lines
124 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/filemon
|
|
|
|
KMOD= filemon
|
|
SRCS= ${KMOD}.c
|
|
SRCS+= opt_compat.h
|
|
|
|
.include <bsd.kmod.mk>
|