NetBSD/sys/modules/hfs/Makefile
hannken 265f1d8cdb Change hfs from hashlist to vcache.
- use (cnid, fork) as key.
- use pool for hfs nodes.
2014-08-10 08:53:22 +00:00

11 lines
209 B
Makefile

# $NetBSD: Makefile,v 1.2 2014/08/10 08:53:22 hannken Exp $
.include "../Makefile.inc"
.PATH: ${S}/fs/hfs
KMOD= hfs
SRCS= hfs_subr.c hfs_vfsops.c hfs_vnops.c libhfs.c unicode.c
.include <bsd.kmodule.mk>