summaryrefslogtreecommitdiffstats
path: root/backgammon/Makefile.inc
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2012-10-13 19:25:22 +0000
committerdholland <dholland@NetBSD.org>2012-10-13 19:25:22 +0000
commit371d9b9cb447894f1345defd1e5dd3eb12827aa6 (patch)
tree2462414fa45d5945379b289be34a11303b4ea37a /backgammon/Makefile.inc
parent83f2ef7227030c4b88ec1006e49d9304aa6f7be0 (diff)
downloadbsdgames-darwin-371d9b9cb447894f1345defd1e5dd3eb12827aa6.tar.gz
bsdgames-darwin-371d9b9cb447894f1345defd1e5dd3eb12827aa6.tar.zst
bsdgames-darwin-371d9b9cb447894f1345defd1e5dd3eb12827aa6.zip
Remove ifdefs for V7 (as opposed to older) unix.
Diffstat (limited to 'backgammon/Makefile.inc')
-rw-r--r--backgammon/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/backgammon/Makefile.inc b/backgammon/Makefile.inc
index 05a32544..26638124 100644
--- a/backgammon/Makefile.inc
+++ b/backgammon/Makefile.inc
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.inc,v 1.7 2010/02/03 15:34:38 roy Exp $
+# $NetBSD: Makefile.inc,v 1.8 2012/10/13 19:25:22 dholland Exp $
.include <bsd.own.mk>
LIBCOMMON != cd ${.CURDIR}/../common_source; ${PRINTOBJDIR}
-CPPFLAGS+=-DV7 -I${.CURDIR}/../common_source
+CPPFLAGS+=-I${.CURDIR}/../common_source
DPADD+= ${LIBCOMMON}/libcommon.a ${LIBTERMINFO}
LDADD+= -L${LIBCOMMON} -lcommon -lterminfo