summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/Makefile
blob: 0981256f739de759391f9cd73fa98a364b81cc55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.6 2014/03/29 22:29:55 dholland Exp $

PROG=	huntd
SRCS=	answer.c draw.c driver.c execute.c expl.c \
	extern.c makemaze.c shots.c support.c terminal.c
MAN=	huntd.6

CPPFLAGS+=-I${.CURDIR}/../include

.include <bsd.prog.mk>