1d7a1ebd79
default of building static and not allowing install. Now we can build it as a tool.
10 lines
149 B
Makefile
10 lines
149 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/06/09 16:03:37 abs Exp $
|
|
|
|
PROG= sparkcrc
|
|
NOMAN= # defined
|
|
NOTINCRUNCHED = # defined
|
|
|
|
WARNS= 2
|
|
|
|
.include <bsd.prog.mk>
|