1 1.6 dholland # $NetBSD: Makefile,v 1.6 2014/03/29 22:29:55 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.6 dholland extern.c makemaze.c shots.c support.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