mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
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>
|