# $NetBSD: Makefile,v 1.8 2007/01/11 01:01:55 pooka Exp $ # .include WARNS= 4 LIB= puffs SRCS= puffs.c callcontext.c creds.c flush.c null.c opdump.c \ pnode.c requests.c subr.c MAN= puffs.3 INCS= puffs.h puffsdump.h INCSDIR= /usr/include LINTFLAGS+=-S -w #DBG=-O0 -g .include