10 lines
200 B
Makefile
10 lines
200 B
Makefile
# $NetBSD: Makefile,v 1.8 2006/02/25 12:04:23 simonb Exp $
|
|
|
|
MKPRIVATELIB= yes
|
|
|
|
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>
|