X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/faf223d8ff53d6c00e68c131d5db42c1af950894..d83ae3073815d24b7f25631da96992bf92984230:/mille/Makefile diff --git a/mille/Makefile b/mille/Makefile index 0aee2419..ee0e38ac 100644 --- a/mille/Makefile +++ b/mille/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.9 1998/02/18 22:37:31 jtc Exp $ +# $NetBSD: Makefile,v 1.10 2010/02/06 23:45:25 he Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= mille SRCS= comp.c end.c extern.c init.c mille.c misc.c move.c print.c \ roll.c save.c types.c varpush.c -DPADD= ${LIBCURSES} -LDADD= -lcurses +DPADD= ${LIBCURSES} ${LIBTERMINFO} +LDADD= -lcurses -lterminfo MAN= mille.6 HIDEGAME=hidegame