summaryrefslogtreecommitdiff
path: root/sys/modules/fdescfs/Makefile
blob: 29536b25c195102f96e102cae232ca230e870e5d (plain)
1
2
3
4
5
6
7
.PATH: ${SRCTOP}/sys/fs/fdescfs

KMOD=	fdescfs
SRCS=	vnode_if.h \
	fdesc_vfsops.c fdesc_vnops.c

.include <bsd.kmod.mk>