1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00
freebsd/sys/modules/filemon/Makefile
2013-06-04 06:38:01 +00:00

10 lines
124 B
Makefile

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