Makefile revision 50477
1# $FreeBSD: head/sys/modules/fdescfs/Makefile 50477 1999-08-28 01:08:13Z peter $
2
3.PATH:	${.CURDIR}/../../miscfs/fdesc
4KMOD=	fdesc
5SRCS=	fdesc_vfsops.c fdesc_vnops.c
6NOMAN=
7VFS_KLD=
8CFLAGS+= -DFDESC
9
10.include <bsd.kmod.mk>
11