1 # $NetBSD: Makefile,v 1.18 2007/05/11 21:42:42 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 dispatcher.c flush.c \ 10 framebuf.c null.c opdump.c paths.c pnode.c requests.c \ 11 subr.c suspend.c 12 MAN= puffs.3 puffs_cc.3 puffs_cred.3 puffs_flush.3 \ 13 puffs_framebuf.3 puffs_node.3 puffs_ops.3 puffs_path.3 \ 14 puffs_req.3 puffs_suspend.3 15 INCS= puffs.h puffsdump.h 16 INCSDIR= /usr/include 17 LINTFLAGS+=-S -w 18 #DBG=-O0 -g 19 20 .include <bsd.lib.mk> 21