summaryrefslogtreecommitdiffstats
path: root/dab
diff options
context:
space:
mode:
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>