]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - backgammon/Makefile.inc
Does not need -lcompat
[bsdgames-darwin.git] / backgammon / Makefile.inc
1 # $NetBSD: Makefile.inc,v 1.5 1998/02/02 14:14:55 christos Exp $
2
3 LIBCOMMON != cd ${.CURDIR}/../common_source;\
4 printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
5
6 CPPFLAGS+=-DV7 -I${.CURDIR}/../common_source
7 DPADD+= ${LIBCOMMON}/libcommon.a ${LIBTERMCAP}
8 LDADD+= -L${LIBCOMMON} -lcommon -ltermcap
9
10 HIDEGAME=hidegame
11
12 .include "../Makefile.inc"