1# $FreeBSD: stable/11/sys/modules/fdescfs/Makefile 319182 2017-05-30 04:11:12Z ngie $
2
3.PATH: ${SRCTOP}/sys/fs/fdescfs
4
5KMOD=	fdescfs
6SRCS=	vnode_if.h \
7	fdesc_vfsops.c fdesc_vnops.c
8
9.include <bsd.kmod.mk>
10