]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - worms/Makefile
WARNS=5, and make WARNS=5 the default for src/games.
[bsdgames-darwin.git] / worms / Makefile
index 8e9191daa95962d8f1bb8eb31068cf84722d1b62..eb6681a111a2be4251b3ea90e184ec23e12edc07 100644 (file)
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.9 2008/01/28 07:03:59 dholland 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
+DPADD= ${LIBCURSES} ${LIBTERMINFO}
+LDADD= -lcurses -lterminfo
 
 .include <bsd.prog.mk>