]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - worms/Makefile
Heads up on Bell patents
[bsdgames-darwin.git] / worms / Makefile
index e2bd525fa0a8ecd7e40709bf92b3e8b7ab1300b9..eb6681a111a2be4251b3ea90e184ec23e12edc07 100644 (file)
@@ -1,9 +1,9 @@
-#      from: @(#)Makefile      5.3 (Berkeley) 5/11/90
-#      $Id: Makefile,v 1.4 1994/12/22 09:36:35 cgd 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} ${LIBTERM}
-LDADD= -lcurses -ltermcap
+DPADD= ${LIBCURSES} ${LIBTERMINFO}
+LDADD= -lcurses -lterminfo
 
 .include <bsd.prog.mk>