xref: /freebsd/sys/modules/nullfs/Makefile (revision 4b1e44f14a10ddc1e03c93e168c39f1dec1daee3)
14b1e44f1SGarrett Wollman#	$Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
24b1e44f1SGarrett Wollman
34b1e44f1SGarrett Wollman.PATH:	${.CURDIR}/../../sys/miscfs/nullfs
44b1e44f1SGarrett WollmanKMOD=	null_mod
54b1e44f1SGarrett WollmanSRCS=	null_subr.c null_vfsops.c null_vnops.c
64b1e44f1SGarrett WollmanNOMAN=
74b1e44f1SGarrett WollmanVFS_LKM=
84b1e44f1SGarrett WollmanCFLAGS+= -DNULLFS
94b1e44f1SGarrett Wollman
104b1e44f1SGarrett Wollman.include <bsd.kmod.mk>
11