15 lines
253 B
Makefile
15 lines
253 B
Makefile
# $NetBSD: Makefile,v 1.5 1999/03/13 23:17:46 lukem Exp $
|
|
|
|
LIB= common
|
|
SRCS= allow.c board.c check.c fancy.c init.c odds.c one.c save.c subs.c \
|
|
table.c
|
|
|
|
MKLINT= no
|
|
MKPIC= no
|
|
MKPROFILE=no
|
|
|
|
# only needed during build
|
|
libinstall::
|
|
|
|
.include <bsd.lib.mk>
|