summaryrefslogtreecommitdiffstats
path: root/dab
diff options
context:
space:
mode:
Diffstat (limited to 'dab')
-rw-r--r--dab/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/dab/Makefile b/dab/Makefile
index d135ee25..f1b7fe97 100644
--- a/dab/Makefile
+++ b/dab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/08/09 02:38:32 christos Exp $
+# $NetBSD: Makefile,v 1.5 2006/05/11 23:16:28 mrg Exp $
WARNS=3
DPADD+=${LIBCURSES} ${LIBTERMCAP} ${LIBM}
@@ -9,4 +9,10 @@ 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>