]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - worms/Makefile
Coverity CID 868: Fix possible NULL deref (after INFTIM passes :-)
[bsdgames-darwin.git] / worms / Makefile
index 645b126fde95b82c5af1d8ca6412e9b4dee43235..31721eb2afe58f91856f890c31a724c408b4d224 100644 (file)
@@ -1,8 +1,10 @@
-#      @(#)Makefile    5.3 (Berkeley) 5/11/90
+#      $NetBSD: Makefile,v 1.7 2004/11/13 10:22:13 christos Exp $
+#      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
+WARNS=3
 PROG=  worms
-MAN6=  worms.0
-DPADD= ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
-LDADD= -lcurses -ltermcap -lcompat
+MAN=   worms.6
+DPADD= ${LIBCURSES}
+LDADD= -lcurses
 
 .include <bsd.prog.mk>