summaryrefslogtreecommitdiffstats
path: root/backgammon/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'backgammon/Makefile.inc')
-rw-r--r--backgammon/Makefile.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/backgammon/Makefile.inc b/backgammon/Makefile.inc
new file mode 100644
index 00000000..2bb747b6
--- /dev/null
+++ b/backgammon/Makefile.inc
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile.inc,v 1.1 1997/10/10 08:59:33 lukem Exp $
+
+LIBCOMMON != cd ${.CURDIR}/../common_source;\
+ printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
+
+CFLAGS+=-DV7 -I${.CURDIR}/../common_source
+DPADD+= ${LIBTERM} ${LIBCOMPAT} ${LIBCOMMON}/libcommon_source.a
+LDADD+= -ltermcap -lcompat -L${LIBCOMMON} -lcommon_source
+
+HIDEGAME=hidegame
+
+.include "../Makefile.inc"