summaryrefslogtreecommitdiff
path: root/games/hunt/huntd/Makefile
blob: 344bf2fff02fdb370d65938552908918634987c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.1 1997/10/04 09:11:21 mrg Exp $
#	$OpenBSD: Makefile,v 1.3 1999/01/29 07:30:34 d Exp $

PROG=	huntd
SRCS=	answer.c conf.c draw.c driver.c execute.c expl.c \
	extern.c makemaze.c shots.c terminal.c
MAN=	huntd.6
LDADD+=	-lwrap
DPADD+= ${LIBWRAP}

.include <bsd.prog.mk>