summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--backgammon/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/backgammon/Makefile.inc b/backgammon/Makefile.inc
index cd31ffc5..559b5f50 100644
--- a/backgammon/Makefile.inc
+++ b/backgammon/Makefile.inc
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.inc,v 1.2 1997/10/11 20:24:05 mycroft Exp $
+# $NetBSD: Makefile.inc,v 1.3 1997/10/22 02:31:35 lukem Exp $
LIBCOMMON != cd ${.CURDIR}/../common_source;\
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
-CFLAGS+=-DV7 -I${.CURDIR}/../common_source
+CPPFLAGS+=-DV7 -I${.CURDIR}/../common_source
DPADD+= ${LIBTERM} ${LIBCOMPAT} ${LIBCOMMON}/libcommon.a
LDADD+= -ltermcap -lcompat -L${LIBCOMMON} -lcommon