This builds with WARNS=4; set it in the Makefile so it stays that way.

This commit is contained in:
dholland 2008-01-28 01:10:23 +00:00
parent ef1144e6de
commit 68bfa787b0
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 1998/02/18 22:37:32 jtc Exp $
# $NetBSD: Makefile,v 1.7 2008/01/28 01:10:23 dholland Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= worm
@ -6,5 +6,6 @@ MAN= worm.6
DPADD= ${LIBCURSES}
LDADD= -lcurses
HIDEGAME=hidegame
WARNS= 4
.include <bsd.prog.mk>