X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/2013e1a2ad4349d6106c721300119ea0e7a22333..c1e12dd54872604e41653ab8349f4a906fab5b9a:/worms/Makefile diff --git a/worms/Makefile b/worms/Makefile index 546f37cd..eb6681a1 100644 --- a/worms/Makefile +++ b/worms/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2007/06/06 06:10:50 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2010/02/06 23:45:26 he Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= worms MAN= worms.6 -DPADD= ${LIBCURSES} -LDADD= -lcurses -WARNS= 4 +DPADD= ${LIBCURSES} ${LIBTERMINFO} +LDADD= -lcurses -lterminfo .include