games: make WARNS=6 the default, remove overrides

This also bumps factor, fortune, primes, and random to WARNS=6.

Approved by:	ed (Co-mentor)
This commit is contained in:
Ulrich Spörlein 2010-02-15 14:32:00 +00:00
parent 21b0c303a4
commit f6a71b56a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203923
11 changed files with 1 additions and 14 deletions

View File

@ -3,3 +3,4 @@
BINDIR?= /usr/games
FILESDIR?= ${SHAREDIR}/games
WARNS?= 6

View File

@ -2,7 +2,6 @@
# $FreeBSD$
PROG= bcd
WARNS?= 6
MAN= bcd.6
MLINKS= bcd.6 ppt.6

View File

@ -8,6 +8,4 @@ SCRIPTS=rot13.sh
MAN= caesar.6
MLINKS= caesar.6 rot13.6
WARNS?= 6
.include <bsd.prog.mk>

View File

@ -3,7 +3,6 @@
PROG= fortune
MAN= fortune.6
WARNS?= 2
CFLAGS+=-DDEBUG -I${.CURDIR}/../strfile
.include <bsd.prog.mk>

View File

@ -4,6 +4,5 @@
PROG= strfile
MAN= strfile.8
MLINKS= strfile.8 unstr.8
WARNS?= 6
.include <bsd.prog.mk>

View File

@ -3,7 +3,6 @@
PROG= unstr
NO_MAN=
WARNS?= 6
CFLAGS+= -I${.CURDIR}/../strfile
.include <bsd.prog.mk>

View File

@ -2,7 +2,6 @@
PROG= grdc
MAN= grdc.6
WARNS?= 6
DPADD= ${LIBNCURSES}
LDADD= -lncurses

View File

@ -4,6 +4,4 @@
PROG= number
MAN= number.6
WARNS?= 6
.include <bsd.prog.mk>

View File

@ -6,6 +6,4 @@ MAN= pom.6
DPADD= ${LIBM}
LDADD= -lm
WARNS?= 6
.include <bsd.prog.mk>

View File

@ -4,7 +4,5 @@
PROG= ppt
NO_MAN=
WARNS?= 6
.include <bsd.prog.mk>

View File

@ -4,6 +4,5 @@
PROG= random
MAN= random.6
SRCS= random.c randomize_fd.c
WARNS?= 5
.include <bsd.prog.mk>