From 23cb4f332daf3ebea0bfd612d0371a62b020f57d Mon Sep 17 00:00:00 2001 From: uqs Date: Mon, 15 Feb 2010 14:32:00 +0000 Subject: games: make WARNS=6 the default, remove overrides This also bumps factor, fortune, primes, and random to WARNS=6. Approved by: ed (Co-mentor) --- games/fortune/fortune/Makefile | 1 - games/fortune/strfile/Makefile | 1 - games/fortune/unstr/Makefile | 1 - 3 files changed, 3 deletions(-) (limited to 'games/fortune') diff --git a/games/fortune/fortune/Makefile b/games/fortune/fortune/Makefile index e8bd74b..c18ead9 100644 --- a/games/fortune/fortune/Makefile +++ b/games/fortune/fortune/Makefile @@ -3,7 +3,6 @@ PROG= fortune MAN= fortune.6 -WARNS?= 2 CFLAGS+=-DDEBUG -I${.CURDIR}/../strfile .include diff --git a/games/fortune/strfile/Makefile b/games/fortune/strfile/Makefile index 251779e..a43e8ea 100644 --- a/games/fortune/strfile/Makefile +++ b/games/fortune/strfile/Makefile @@ -4,6 +4,5 @@ PROG= strfile MAN= strfile.8 MLINKS= strfile.8 unstr.8 -WARNS?= 6 .include diff --git a/games/fortune/unstr/Makefile b/games/fortune/unstr/Makefile index 0331e4b..428b109 100644 --- a/games/fortune/unstr/Makefile +++ b/games/fortune/unstr/Makefile @@ -3,7 +3,6 @@ PROG= unstr NO_MAN= -WARNS?= 6 CFLAGS+= -I${.CURDIR}/../strfile .include -- cgit v1.1