]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - backgammon/common_source/Makefile
Curses works - define USE_CURSES for BSD44 and don't try to do our own
[bsdgames-darwin.git] / backgammon / common_source / Makefile
1 # $NetBSD: Makefile,v 1.5 1999/03/13 23:17:46 lukem Exp $
2
3 LIB= common
4 SRCS= allow.c board.c check.c fancy.c init.c odds.c one.c save.c subs.c \
5 table.c
6
7 MKLINT= no
8 MKPIC= no
9 MKPROFILE=no
10
11 # only needed during build
12 libinstall::
13
14 .include <bsd.lib.mk>