]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - hunt/hunt/Makefile
build hunt.
[bsdgames-darwin.git] / hunt / hunt / Makefile
1 # $NetBSD: Makefile,v 1.1 1997/10/04 09:11:18 mrg Exp $
2
3 PROG= hunt
4 SRCS= connect.c hunt.c otto.c playit.c pathname.c
5 MAN= hunt.6
6 LDADD= -ltermcap -lcurses
7 DPADD= ${LIBTERMCAP} ${LIBCURSES}
8
9 CFLAGS+=-I${.CURDIR}/../huntd
10
11 .PATH: ${.CURDIR}/../huntd
12
13 .include <bsd.prog.mk>