1 1.8 pooka # $NetBSD: Makefile,v 1.8 2007/01/11 01:01:55 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.8 pooka pnode.c requests.c subr.c 11 1.4 pooka MAN= puffs.3 12 1.1 pooka INCS= puffs.h puffsdump.h 13 1.3 christos INCSDIR= /usr/include 14 1.3 christos LINTFLAGS+=-S -w 15 1.6 pooka #DBG=-O0 -g 16 1.1 pooka 17 1.1 pooka .include <bsd.lib.mk> 18