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