make vfs & filesystems use failable copying
[minix3.git] / lib / libpuffs / Makefile
blob0de6c9a558e852997cefb4de426bb1e6db8bfe95
1 # $NetBSD: Makefile,v 1.25 2012/03/21 05:37:43 matt Exp $
4 .include <bsd.own.mk>
6 USE_FORT?= yes # data-driven bugs?
8 WARNS?= 5
10 LIB= puffs
12 SRCS= puffs.c callcontext.c creds.c \
13 null.c pnode.c \
14 subr.c
15 MAN= puffs.3 puffs_cc.3 puffs_cred.3 puffs_flush.3 \
16 puffs_framebuf.3 puffs_node.3 puffs_ops.3 puffs_path.3
17 INCS= puffs.h
18 INCSDIR= /usr/include
19 LINTFLAGS+=-S -w
21 .if defined(__MINIX)
22 SRCS+= inode.c link.c misc.c mount.c open.c path.c path_puffs.c \
23 protect.c read.c stadir.c time.c utility.c table.c
25 CPFFLAGS+=-Dlchown=chown -Dlchmod=chmod
27 NOGCCERROR=yes
28 NOCLANGERROR=yes
29 .endif # defined(__MINIX)
31 .include <bsd.lib.mk>