mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
9 lines
150 B
Makefile
9 lines
150 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/filemon
|
|
|
|
KMOD= filemon
|
|
SRCS= ${KMOD}.c
|
|
SRCS+= vnode_if.h opt_compat.h opt_capsicum.h
|
|
|
|
.include <bsd.kmod.mk>
|