Makefile revision 1.4
11.4Spooka# $NetBSD: Makefile,v 1.4 2006/11/09 01:30:15 pooka Exp $ 21.1Spooka# 31.1Spooka 41.2Sdogcow.include <bsd.own.mk> 51.2Sdogcow 61.1SpookaWARNS= 4 71.1Spooka 81.1SpookaLIB= puffs 91.1SpookaSRCS= puffs.c subr.c creds.c opdump.c 101.4SpookaMAN= puffs.3 111.1SpookaINCS= puffs.h puffsdump.h 121.3SchristosINCSDIR= /usr/include 131.3SchristosLINTFLAGS+=-S -w 141.1Spooka 151.1Spooka.include <bsd.lib.mk> 16