mirror of
https://salsa.debian.org/games-team/bsdgames
synced 2024-12-04 14:46:22 -05:00
13 lines
260 B
Makefile
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>
|