summaryrefslogtreecommitdiffstats
path: root/lkm/nullfs/Makefile
blob: fc71e6a33ea69a0195ca7b2b7468d8a45f469eef (plain)
1
2
3
4
5
6
7
8
9
10
#	$Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $

.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