1 1.14 pooka # $NetBSD: Makefile,v 1.14 2007/03/22 17:38:09 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.8 pooka SRCS= puffs.c callcontext.c creds.c flush.c null.c opdump.c \ 10 1.12 pooka 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.14 pooka puffs_node.3 puffs_path.3 puffs_req.3 puffs_suspend.3 13 1.1 pooka INCS= puffs.h puffsdump.h 14 1.3 christos INCSDIR= /usr/include 15 1.3 christos LINTFLAGS+=-S -w 16 1.6 pooka #DBG=-O0 -g 17 1.1 pooka 18 1.1 pooka .include <bsd.lib.mk> 19