summaryrefslogtreecommitdiffstats
path: root/sys/modules/nullfs/Makefile
blob: 9f7cd12ca7c504a5c9dc00bd8b1c0eab4e6226e1 (plain)
1
2
3
4
5
6
7
8
9
10
#	$Id$

.PATH:	${.CURDIR}/../../sys/miscfs/nullfs
KMOD=	null_mod
SRCS=	null_subr.c null_vfsops.c null_vnops.c
NOMAN=
VFS_LKM=
CFLAGS+= -DNULLFS

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud