add opendir alias
[minix.git] / lib / libpuffs / Makefile
blob1b53a68624a8b2c59a45e7fbed49cd628c91d7ae
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?
7 # LSC Until this is fixed
8 NOGCCERROR=yes
9 CPPFLAGS+=-isystem ${DESTDIR}/usr/include
11 WARNS= 4
13 LIB= puffs
15 SRCS= puffs.c callcontext.c creds.c \
16 null.c pnode.c \
17 subr.c \
18 inode.c link.c misc.c mount.c open.c path.c path_puffs.c \
19 protect.c read.c stadir.c time.c utility.c table.c
20 MAN= puffs.3 puffs_cc.3 puffs_cred.3 \
21 puffs_node.3 puffs_ops.3 puffs_path.3
22 INCS= puffs.h puffs_msgif.h
23 INCSDIR= /usr/include
24 LINTFLAGS+=-S -w
26 .include <bsd.lib.mk>