1 # $NetBSD: Makefile,v 1.17 2007/05/05 16:09:16 pooka Exp $ 2 # 3 4 .include <bsd.own.mk> 5 6 WARNS= 4 7 8 LIB= puffs 9 SRCS= puffs.c callcontext.c creds.c flush.c framebuf.c null.c \ 10 opdump.c paths.c pnode.c requests.c subr.c suspend.c 11 MAN= puffs.3 puffs_cc.3 puffs_cred.3 puffs_flush.3 \ 12 puffs_framebuf.3 puffs_node.3 puffs_ops.3 puffs_path.3 \ 13 puffs_req.3 puffs_suspend.3 14 INCS= puffs.h puffsdump.h 15 INCSDIR= /usr/include 16 LINTFLAGS+=-S -w 17 #DBG=-O0 -g 18 19 .include <bsd.lib.mk> 20