Files
BSDGames/backgammon/common_source/Makefile.bsd
joey 51eabc017b copy in from cvs; cvs2svn fucked up big time
git-svn-id: file:///srv/svn/joey/trunk/src/packages/bsdgames@9775 a4a2c43b-8ac3-0310-8836-e0e880c912e2
2003-12-19 19:12:08 +00:00

13 lines
260 B
Makefile

# $NetBSD: Makefile,v 1.7 2002/09/18 06:16:39 lukem Exp $
NOLINKLIB= # defined
NOLINT= # defined
NOPIC= # defined
NOPROFILE= # defined
LIB= common
SRCS= allow.c board.c check.c fancy.c init.c odds.c \
one.c save.c subs.c table.c
.include <bsd.lib.mk>