]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - worms/Makefile
remove remaining makefile support for GCC < 45 that i found.
[bsdgames-darwin.git] / worms / Makefile
index 546f37cd02f75e405b0ce0821969228fe47591f2..eb6681a111a2be4251b3ea90e184ec23e12edc07 100644 (file)
@@ -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 <bsd.prog.mk>