diff options
Diffstat (limited to 'sys/modules/filemon/Makefile')
-rw-r--r-- | sys/modules/filemon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/filemon/Makefile b/sys/modules/filemon/Makefile index 80cc0a0..b97b2e2 100644 --- a/sys/modules/filemon/Makefile +++ b/sys/modules/filemon/Makefile @@ -4,6 +4,6 @@ KMOD= filemon SRCS= ${KMOD}.c -SRCS+= opt_compat.h +SRCS+= opt_compat.h vnode_if.h .include <bsd.kmod.mk> |