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/grdc/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'games/grdc/Makefile') 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 -- cgit v1.1