Makefile revision 40440
1#	$Id: Makefile,v 1.3 1997/02/22 12:47:49 peter Exp $
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