1998-10-16 04:30:52 +00:00
|
|
|
# $Id: Makefile,v 1.3 1997/02/22 12:47:49 peter Exp $
|
1994-09-21 23:27:16 +00:00
|
|
|
|
1998-10-16 04:30:52 +00:00
|
|
|
.PATH: ${.CURDIR}/../../miscfs/fdesc
|
|
|
|
KMOD= fdesc
|
1994-09-21 23:27:16 +00:00
|
|
|
SRCS= fdesc_vfsops.c fdesc_vnops.c
|
|
|
|
NOMAN=
|
1998-10-16 04:30:52 +00:00
|
|
|
VFS_KLD=
|
1994-09-21 23:27:16 +00:00
|
|
|
CFLAGS+= -DFDESC
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|