fc8b3b7154
accounting. Use wired memory (which can be limited) for meta-data, and kmem(9) for string allocations. Close PR/31944. Fix PR/38361 while here. OK ad@.
12 lines
243 B
Makefile
12 lines
243 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/06/22 18:32:08 rmind Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/fs/tmpfs
|
|
|
|
KMOD= tmpfs
|
|
SRCS= tmpfs_fifoops.c tmpfs_mem.c tmpfs_specops.c tmpfs_subr.c \
|
|
tmpfs_vfsops.c tmpfs_vnops.c
|
|
|
|
.include <bsd.kmodule.mk>
|