1 2 3 4 5 6 7 8 9 10
# $FreeBSD$ .PATH: ${.CURDIR}/../../sys/miscfs/fdesc KMOD= fdesc_mod SRCS= fdesc_vfsops.c fdesc_vnops.c NOMAN= VFS_LKM= CFLAGS+= -DFDESC .include <bsd.kmod.mk>