summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/Makefile
blob: 76e760582b5c998cdeca531c132ca1b018166430 (plain) (blame)
1
2
3
4
5
6
7
8
#	$NetBSD: Makefile,v 1.3 2014/03/29 20:35:30 dholland Exp $

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

.include <bsd.prog.mk>