diff options
author | uqs <uqs@FreeBSD.org> | 2010-02-15 14:32:00 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-02-15 14:32:00 +0000 |
commit | 23cb4f332daf3ebea0bfd612d0371a62b020f57d (patch) | |
tree | fd90d86e939a021ed725082e33fb4f97093678eb /games/ppt | |
parent | 9dc5fb429afee4ecb101d7bda417cf51336b2716 (diff) | |
download | FreeBSD-src-23cb4f332daf3ebea0bfd612d0371a62b020f57d.zip FreeBSD-src-23cb4f332daf3ebea0bfd612d0371a62b020f57d.tar.gz |
games: make WARNS=6 the default, remove overrides
This also bumps factor, fortune, primes, and random to WARNS=6.
Approved by: ed (Co-mentor)
Diffstat (limited to 'games/ppt')
-rw-r--r-- | games/ppt/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/ppt/Makefile b/games/ppt/Makefile index d4433c4..c5ac6a8 100644 --- a/games/ppt/Makefile +++ b/games/ppt/Makefile @@ -4,7 +4,5 @@ PROG= ppt NO_MAN= -WARNS?= 6 - .include <bsd.prog.mk> |