1 # $NetBSD: Makefile,v 1.12 2007/01/26 23:00:33 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 null.c opdump.c \ 10 paths.c pnode.c requests.c subr.c suspend.c 11 MAN= puffs.3 puffs_cc.3 puffs_flush.3 puffs_node.3 \ 12 puffs_path.3 puffs_req.3 13 INCS= puffs.h puffsdump.h 14 INCSDIR= /usr/include 15 LINTFLAGS+=-S -w 16 #DBG=-O0 -g 17 18 .include <bsd.lib.mk> 19