1
0
mirror of https://salsa.debian.org/games-team/bsdgames synced 2024-06-01 17:21:11 +00:00
bsdgames/hunt/hunt/Makefile.bsd
2012-02-25 18:04:33 +01:00

15 lines
270 B
Makefile

# $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>