LIBPRIV: Add common PRIVATELIB_LDFLAGS definitions.
[dragonfly.git] / games / hunt / hunt / Makefile
1 #       $NetBSD: Makefile,v 1.5 1998/02/18 22:37:31 jtc Exp $
2 #       $OpenBSD: Makefile,v 1.7 2002/05/23 18:43:00 deraadt Exp $
3
4 PROG=   hunt
5 SRCS=   connect.c hunt.c otto.c playit.c display.c list.c
6 MAN=    hunt.6
7 LDADD=  -lprivate_ncurses
8 DPADD=  ${LIBNCURSES}
9 LDFLAGS+=       ${PRIVATELIB_LDFLAGS}
10
11 CFLAGS+=-I${.CURDIR}/../huntd
12
13 .include "../../Makefile.inc"
14 .include <bsd.prog.mk>