summaryrefslogtreecommitdiffstats
path: root/hunt/hunt/Makefile
blob: 49ea5339b93a00e46e5c1f56ac7304ceeb35742a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.5 1998/02/18 22:37:31 jtc Exp $

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

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

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

.include <bsd.prog.mk>