mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
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>
|