This builds with WARNS=4; set it in the Makefile so it stays that way.
This commit is contained in:
parent
ef1144e6de
commit
68bfa787b0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue