xref: /dragonfly/games/hunt/hunt/Makefile (revision fe199c7c)
182a5c12eSMatthew Dillon#	$NetBSD: Makefile,v 1.5 1998/02/18 22:37:31 jtc Exp $
282a5c12eSMatthew Dillon#	$OpenBSD: Makefile,v 1.7 2002/05/23 18:43:00 deraadt Exp $
382a5c12eSMatthew Dillon
482a5c12eSMatthew DillonPROG=	hunt
582a5c12eSMatthew DillonSRCS=	connect.c hunt.c otto.c playit.c display.c list.c
682a5c12eSMatthew DillonMAN=	hunt.6
70066c2fbSzrjGAMESCURSES=
8cfe0a42bSJohn Marino
9*fe199c7cSzrjCFLAGS+=	-I${.CURDIR}/../huntd
1082a5c12eSMatthew Dillon
1182a5c12eSMatthew Dillon.include "../../Makefile.inc"
1282a5c12eSMatthew Dillon.include <bsd.prog.mk>
13