freebsd-dev/sys/modules/fdesc/Makefile
1999-08-28 01:08:13 +00:00

11 lines
154 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../miscfs/fdesc
KMOD= fdesc
SRCS= fdesc_vfsops.c fdesc_vnops.c
NOMAN=
VFS_KLD=
CFLAGS+= -DFDESC
.include <bsd.kmod.mk>