]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - worms/Makefile
Add Warp Kit, Version 7.0 by Larry Wall
[bsdgames-darwin.git] / worms / Makefile
index 72b7f2119d3aa472e34a456d27a33f6af82a3943..eb6681a111a2be4251b3ea90e184ec23e12edc07 100644 (file)
@@ -1,9 +1,9 @@
-#      from: @(#)Makefile      5.3 (Berkeley) 5/11/90
-#      $Id: Makefile,v 1.3 1993/08/01 05:43:42 mycroft Exp $
+#      $NetBSD: Makefile,v 1.10 2010/02/06 23:45:26 he Exp $
+#      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 PROG=  worms
-MAN6=  worms.0
-DPADD= ${LIBCURSES} ${LIBTERM}
-LDADD= -lcurses -ltermcap
+MAN=   worms.6
+DPADD= ${LIBCURSES} ${LIBTERMINFO}
+LDADD= -lcurses -lterminfo
 
 .include <bsd.prog.mk>