1 # $NetBSD: Makefile,v 1.3 1997/10/11 20:24:06 mycroft Exp $ 2 3 LIB= common 4 SRCS= allow.c board.c check.c fancy.c init.c odds.c one.c save.c subs.c \ 5 table.c 6 7 NOPROFILE= noprofile 8 NOPIC= nopic 9 10 # only needed during build 11 libinstall:: 12 13 .include <bsd.lib.mk> 14