Increase the size of the nfsheur hash table as pointed out by
[dragonfly.git] / sys / vfs / udf / Makefile
1 # $DragonFly: src/sys/vfs/udf/Makefile,v 1.1 2004/03/12 22:38:15 joerg Exp $
2
3 KMOD=   udf
4 SRCS=   vnode_if.h \
5         osta.c udf_vfsops.c udf_vnops.c
6
7 .include <bsd.kmod.mk>