summaryrefslogtreecommitdiffstats
path: root/backgammon/Makefile.inc
blob: 427d624db1e74b0a22cbdfe471172284b8e464a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile.inc,v 1.6 2000/12/30 17:51:26 sommerfeld Exp $

.include <bsd.own.mk>

LIBCOMMON != cd ${.CURDIR}/../common_source; ${PRINTOBJDIR}
CPPFLAGS+=-DV7 -I${.CURDIR}/../common_source
DPADD+= ${LIBCOMMON}/libcommon.a ${LIBTERMCAP}
LDADD+=	-L${LIBCOMMON} -lcommon -ltermcap 

HIDEGAME=hidegame

.include "../Makefile.inc"