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