1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../fs/fdescfs
4
5KMOD=	fdescfs
6SRCS=	vnode_if.h \
7	fdesc_vfsops.c fdesc_vnops.c
8
9.include <bsd.kmod.mk>
10