VM: restore >4k secondary cache functionality
[minix.git] / lib / libpuffs / Makefile
blobe0abd0e662504b60acb8e59467bb0ae15da40a6a
1 # $NetBSD: Makefile,v 1.24 2010/12/06 14:50:34 pooka Exp $
4 .include <bsd.own.mk>
6 USE_FORT?= no # data-driven bugs?
8 WARNS= 4
10 LIB= puffs
12 SRCS= puffs.c callcontext.c creds.c \
13 null.c pnode.c \
14 subr.c \
15 inode.c link.c misc.c mount.c open.c path.c path_puffs.c \
16 protect.c read.c stadir.c time.c utility.c table.c
17 MAN= puffs.3 puffs_cc.3 puffs_cred.3 \
18 puffs_node.3 puffs_ops.3 puffs_path.3
19 INCS= puffs.h puffs_msgif.h
20 INCSDIR= /usr/include
21 LINTFLAGS+=-S -w
23 .include <bsd.lib.mk>