summaryrefslogtreecommitdiffstats
path: root/dab/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2005-08-09 02:38:32 +0000
committerchristos <christos@NetBSD.org>2005-08-09 02:38:32 +0000
commitd6237184f66652f05e744b26749cb40605e3af0b (patch)
treec1033279b12797fa0a684e660daf9e4ed281531d /dab/Makefile
parenta38a988e1c270bda5e561359772f96eeb81357cd (diff)
downloadbsdgames-darwin-d6237184f66652f05e744b26749cb40605e3af0b.tar.gz
bsdgames-darwin-d6237184f66652f05e744b26749cb40605e3af0b.tar.zst
bsdgames-darwin-d6237184f66652f05e744b26749cb40605e3af0b.zip
Pass WARNS=3
Diffstat (limited to 'dab/Makefile')
-rw-r--r--dab/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dab/Makefile b/dab/Makefile
index 76cbc7c8..d135ee25 100644
--- a/dab/Makefile
+++ b/dab/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2004/01/05 15:35:59 christos Exp $
+# $NetBSD: Makefile,v 1.4 2005/08/09 02:38:32 christos Exp $
-WARNS=2
+WARNS=3
DPADD+=${LIBCURSES} ${LIBTERMCAP} ${LIBM}
LDADD+=-lcurses -ltermcap -lm