summaryrefslogtreecommitdiffstats
path: root/dab
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2008-01-28 07:03:58 +0000
committerdholland <dholland@NetBSD.org>2008-01-28 07:03:58 +0000
commit719ba3b79c3676a2f5d0b4fcf725e12e16c56220 (patch)
tree6f8ab59e92cf2f4940dd414ee96835217ad1e22b /dab
parent2aac248660d4978a88dc72cc4ee5cfbd197e6735 (diff)
downloadbsdgames-darwin-719ba3b79c3676a2f5d0b4fcf725e12e16c56220.tar.gz
bsdgames-darwin-719ba3b79c3676a2f5d0b4fcf725e12e16c56220.tar.zst
bsdgames-darwin-719ba3b79c3676a2f5d0b4fcf725e12e16c56220.zip
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.
Diffstat (limited to 'dab')
-rw-r--r--dab/Makefile9
1 files changed, 1 insertions, 8 deletions
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 <bsd.own.mk>
-
-.if ${HAVE_GCC} == 4
-NOGCCERROR=1
-.endif
-
.include <bsd.prog.mk>