dd6898f64e
Removed bogus definition of NULLFS
10 lines
147 B
Makefile
10 lines
147 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../miscfs/nullfs
|
|
KMOD= null
|
|
SRCS= null_subr.c null_vfsops.c null_vnops.c
|
|
NOMAN=
|
|
VFS_KLD=
|
|
|
|
.include <bsd.kmod.mk>
|