Makefile revision 1.6
11.6Spooka# $NetBSD: Makefile,v 1.6 2006/12/29 15:28:11 pooka Exp $ 21.1Spooka# 31.1Spooka 41.2Sdogcow.include <bsd.own.mk> 51.2Sdogcow 61.1SpookaWARNS= 4 71.1Spooka 81.1SpookaLIB= puffs 91.6SpookaSRCS= puffs.c callcontext.c creds.c opdump.c pnode.c requests.c subr.c 101.4SpookaMAN= puffs.3 111.1SpookaINCS= puffs.h puffsdump.h 121.3SchristosINCSDIR= /usr/include 131.3SchristosLINTFLAGS+=-S -w 141.6Spooka#DBG=-O0 -g 151.1Spooka 161.1Spooka.include <bsd.lib.mk> 17