Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 2014/03/29 20:32:04 dholland Exp $
2
3PROG=	huntd
4SRCS=	answer.c draw.c driver.c execute.c expl.c \
5	extern.c faketalk.c makemaze.c pathname.c shots.c terminal.c
6MAN=	huntd.6
7
8.include <bsd.prog.mk>
9