summaryrefslogtreecommitdiffstats
path: root/backgammon/common_source/Makefile
blob: 2a4059bd9b9bf84672e7ba5ab8e78cb47ae45f7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.3 1997/10/11 20:24:06 mycroft Exp $

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

NOPROFILE=	noprofile
NOPIC=		nopic

# only needed during build
libinstall::

.include <bsd.lib.mk>