]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - dab/Makefile
Use random() rather than rand(). Suggested by diffing against OpenBSD.
[bsdgames-darwin.git] / dab / Makefile
1 # $NetBSD: Makefile,v 1.6 2008/01/28 07:03:59 dholland Exp $
2
3 DPADD+=${LIBCURSES} ${LIBTERMCAP} ${LIBM}
4 LDADD+=-lcurses -ltermcap -lm
5
6 PROG_CXX=dab
7 MAN=dab.6
8 SRCS=algor.cc board.cc main.cc human.cc box.cc player.cc gamescreen.cc \
9 ttyscrn.cc random.cc
10
11 .include <bsd.prog.mk>