mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 14:16:53 -04:00
10 lines
199 B
Makefile
10 lines
199 B
Makefile
# $NetBSD: Makefile,v 1.9 2008/05/03 14:48:30 lukem Exp $
|
|
|
|
LIBISPRIVATE= 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>
|