# $FreeBSD$
.PATH: ${.CURDIR}/../../miscfs/nullfs
KMOD= null
SRCS= vnode_if.h \
null_subr.c null_vfsops.c null_vnops.c
NOMAN=
.include <bsd.kmod.mk>