X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/0fbe5608ca10d704142f0c4b1c5b92a7ccde7379..a931697f3be302466855163a7e216ffee7766445:/worms/Makefile diff --git a/worms/Makefile b/worms/Makefile index 31721eb2..eb6681a1 100644 --- a/worms/Makefile +++ b/worms/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2004/11/13 10:22:13 christos Exp $ +# $NetBSD: Makefile,v 1.10 2010/02/06 23:45:26 he Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -WARNS=3 PROG= worms MAN= worms.6 -DPADD= ${LIBCURSES} -LDADD= -lcurses +DPADD= ${LIBCURSES} ${LIBTERMINFO} +LDADD= -lcurses -lterminfo .include