Makefile revision 1.4
11.4Sdholland# $NetBSD: Makefile,v 1.4 2014/03/29 21:24:26 dholland Exp $ 21.1Smrg 31.1SmrgPROG= huntd 41.2SdhollandSRCS= answer.c draw.c driver.c execute.c expl.c \ 51.3Sdholland extern.c makemaze.c pathname.c shots.c terminal.c 61.1SmrgMAN= huntd.6 71.1Smrg 81.4SdhollandCPPFLAGS+=-I${.CURDIR}/../include 91.4Sdholland 101.1Smrg.include <bsd.prog.mk> 11