xref: /dragonfly/games/hunt/hunt/Makefile (revision 5062ee70)
1#	$NetBSD: Makefile,v 1.5 1998/02/18 22:37:31 jtc Exp $
2#	$OpenBSD: Makefile,v 1.7 2002/05/23 18:43:00 deraadt Exp $
3
4PROG=	hunt
5SRCS=	connect.c hunt.c otto.c playit.c display.c list.c
6MAN=	hunt.6
7GAMESCURSES=
8
9CFLAGS+=	-I${.CURDIR}/../huntd
10
11.include "../../Makefile.inc"
12.include <bsd.prog.mk>
13