a5aa0913bd
on the fly.
10 lines
152 B
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>
|