Remove building with NOCRYPTO option
[minix.git] / lib / libpuffs / Makefile
blobc43a4c710acdd285cd4355ffc2d0e8f1a32a63ba
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 paths.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 .PATH: ${NETBSDSRCDIR}/minix/lib/libpuffs
23 SRCS+= inode.c link.c main.c misc.c mount.c open.c path.c \
24 protect.c read.c stadir.c time.c utility.c \
25 table.c
27 CPPFLAGS+= -D_MINIX_SYSTEM -I${.CURDIR} -I${NETBSDSRCDIR}/minix/lib/libpuffs
29 NOGCCERROR=yes
30 .endif # defined(__MINIX)
32 .include <bsd.lib.mk>