summaryrefslogtreecommitdiffstats
path: root/hunt/hunt/Makefile
blob: 127f7119aa66d42055cc122f7bbceaa7b0c3ea0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.1 1997/10/04 09:11:18 mrg Exp $

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

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

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

.include <bsd.prog.mk>