summaryrefslogtreecommitdiffstats
path: root/sys/modules/nullfs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/nullfs')
-rw-r--r--sys/modules/nullfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/nullfs/Makefile b/sys/modules/nullfs/Makefile
index ec9c8c4..e895b4b 100644
--- a/sys/modules/nullfs/Makefile
+++ b/sys/modules/nullfs/Makefile
@@ -2,8 +2,8 @@
.PATH: ${.CURDIR}/../../miscfs/nullfs
KMOD= null
-SRCS= null_subr.c null_vfsops.c null_vnops.c
+SRCS= vnode_if.h \
+ null_subr.c null_vfsops.c null_vnops.c
NOMAN=
-VFS_KLD=
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud