summaryrefslogtreecommitdiffstats
path: root/backgammon/common_source/Makefile
blob: 55a513b3078bc17de2ad04d130cef11a6223344c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.6 2001/12/12 00:07:47 tv Exp $

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

NOLINKLIB=	# defined
NOLINT=		# defined
NOPIC=		# defined
NOPROFILE=	# defined

.include <bsd.lib.mk>