summaryrefslogtreecommitdiffstats
path: root/hunt/hunt/Makefile
blob: 39bfe8912fde67b7831fc2ca060efa6536a4a37c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.6 2010/02/03 15:34:39 roy Exp $

PROG=	hunt
SRCS=	connect.c hunt.c otto.c playit.c pathname.c
MAN=	hunt.6
LDADD=	-lcurses
DPADD=	${LIBCURSES}
HIDEGAME=hidegame

CPPFLAGS+=-I${.CURDIR}/../huntd

.PATH: ${.CURDIR}/../huntd

.include <bsd.prog.mk>