]> 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 31721eb2afe58f91856f890c31a724c408b4d224..eb6681a111a2be4251b3ea90e184ec23e12edc07 100644 (file)
@@ -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 <bsd.prog.mk>