xref: /dragonfly/games/hunt/huntd/Makefile (revision 1975d09e)
1#	$NetBSD: Makefile,v 1.1 1997/10/04 09:11:21 mrg Exp $
2#	$OpenBSD: Makefile,v 1.4 1999/03/14 02:07:30 pjanzen Exp $
3
4PROG=	huntd
5SRCS=	answer.c conf.c draw.c driver.c execute.c expl.c \
6	extern.c makemaze.c shots.c terminal.c
7MAN=	huntd.6
8LDADD+=	-lwrap
9DPADD+= ${LIBWRAP}
10
11.include "../../Makefile.inc"
12.include <bsd.prog.mk>
13