1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-30 12:04:07 +00:00
freebsd/sys/modules/nullfs/Makefile

10 lines
152 B
Makefile

# $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>