]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
Increased WARNS to 4, since it passes both gcc333 and gcc411 on i386.
authorrillig <rillig@NetBSD.org>
Wed, 6 Jun 2007 06:10:50 +0000 (06:10 +0000)
committerrillig <rillig@NetBSD.org>
Wed, 6 Jun 2007 06:10:50 +0000 (06:10 +0000)
worms/Makefile

index 31721eb2afe58f91856f890c31a724c408b4d224..546f37cd02f75e405b0ce0821969228fe47591f2 100644 (file)
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.7 2004/11/13 10:22:13 christos Exp $
+#      $NetBSD: Makefile,v 1.8 2007/06/06 06:10:50 rillig Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
-WARNS=3
 PROG=  worms
 MAN=   worms.6
 DPADD= ${LIBCURSES}
 LDADD= -lcurses
+WARNS= 4
 
 .include <bsd.prog.mk>