Increased WARNS to 4, since it passes both gcc333 and gcc411 on i386.

This commit is contained in:
rillig 2007-06-06 06:10:50 +00:00
parent f8326bf98e
commit 54195a73e6

View 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>