1 1.4 dholland # $NetBSD: Makefile,v 1.4 2014/03/29 21:24:26 dholland Exp $ 2 1.1 mrg 3 1.1 mrg PROG= huntd 4 1.2 dholland SRCS= answer.c draw.c driver.c execute.c expl.c \ 5 1.3 dholland extern.c makemaze.c pathname.c shots.c terminal.c 6 1.1 mrg MAN= huntd.6 7 1.1 mrg 8 1.4 dholland CPPFLAGS+=-I${.CURDIR}/../include 9 1.4 dholland 10 1.1 mrg .include <bsd.prog.mk> 11