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/grdc/Makefile | |
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/grdc/Makefile')
-rw-r--r-- | games/grdc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/grdc/Makefile b/games/grdc/Makefile index 3971380..6b1d6ee 100644 --- a/games/grdc/Makefile +++ b/games/grdc/Makefile @@ -2,7 +2,6 @@ PROG= grdc MAN= grdc.6 -WARNS?= 6 DPADD= ${LIBNCURSES} LDADD= -lncurses |