summaryrefslogtreecommitdiffstats
path: root/backgammon/common_source/Makefile
blob: 7102b83422df081f517c3afa07d9c76734eb2700 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.4 1999/02/13 02:54:20 lukem Exp $

LIB=	common
SRCS=	allow.c board.c check.c fancy.c init.c odds.c one.c save.c subs.c \
	table.c

MKPROFILE=no
MKPIC=	no

# only needed during build
libinstall::

.include <bsd.lib.mk>