xref: /freebsd/sys/modules/fdescfs/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/fdesc
44b1e44f1SGarrett WollmanKMOD=	fdesc_mod
54b1e44f1SGarrett WollmanSRCS=	fdesc_vfsops.c fdesc_vnops.c
64b1e44f1SGarrett WollmanNOMAN=
74b1e44f1SGarrett WollmanVFS_LKM=
84b1e44f1SGarrett WollmanCFLAGS+= -DFDESC
94b1e44f1SGarrett Wollman
104b1e44f1SGarrett Wollman.include <bsd.kmod.mk>
11