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