summaryrefslogtreecommitdiffstats
path: root/hunt/hunt/Makefile
blob: e7584aa1fdd112893153ac6f54aec7db3fad7d18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.10 2019/10/13 07:28:09 mrg Exp $

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

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

COPTS.hunt.c+=	${GCC_NO_STRINGOP_TRUNCATION}

.include <bsd.prog.mk>