From 719ba3b79c3676a2f5d0b4fcf725e12e16c56220 Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 28 Jan 2008 07:03:58 +0000 Subject: Make the default WARNS for games 4. The only game that needs to set WARNS to anything else now is rogue, so clear WARNS from the other makefiles. --- dab/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'dab') diff --git a/dab/Makefile b/dab/Makefile index f1b7fe97..b5e9a818 100644 --- a/dab/Makefile +++ b/dab/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.5 2006/05/11 23:16:28 mrg Exp $ +# $NetBSD: Makefile,v 1.6 2008/01/28 07:03:59 dholland Exp $ -WARNS=3 DPADD+=${LIBCURSES} ${LIBTERMCAP} ${LIBM} LDADD+=-lcurses -ltermcap -lm @@ -9,10 +8,4 @@ MAN=dab.6 SRCS=algor.cc board.cc main.cc human.cc box.cc player.cc gamescreen.cc \ ttyscrn.cc random.cc -.include - -.if ${HAVE_GCC} == 4 -NOGCCERROR=1 -.endif - .include -- cgit v1.2.3-56-ge451