vm: replace vnode v_pages with a v_pagecache_list list_t
[unleashed.git] / kernel / fs / portfs / Makefile
blob6b55f1b54b3501f19a0792bd42b8183d131fad95
1 MODULE= portfs
2 MODULE_TYPE= sys
3 SRCS= port.c \
4 port_fd.c \
5 port_fop.c \
6 port_vnops.c
8 CERRWARN = -Wno-uninitialized
9 CERRWARN += -Wno-parentheses
11 REPOROOT = ${.CURDIR:H:H:H}
12 .include <kmod.mk>