Add sparkcrc (used to generate checksums for acorn32 bootloader sparkive)

as a host tool.
This commit is contained in:
abs 2004-06-08 21:44:46 +00:00
parent 462934eac0
commit ef4ecdda5b
2 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.81 2004/01/03 14:04:27 lukem Exp $
# $NetBSD: Makefile,v 1.82 2004/06/08 21:44:46 abs Exp $
.include <bsd.own.mk>
@ -60,6 +60,10 @@ SUBDIR+= mips-elf2ecoff
SUBDIR+= sgivol
.endif
.if ${MACHINE} == "acorn32"
SUBDIR+= sparkcrc
.endif
.if (${MACHINE} == "sparc" || ${MACHINE} == "sparc64")
SUBDIR+= fgen
.endif

6
tools/sparkcrc/Makefile Normal file
View File

@ -0,0 +1,6 @@
# $NetBSD: Makefile,v 1.1 2004/06/08 21:44:46 abs Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}sparkcrc
HOST_SRCDIR= distrib/utils/sparkcrc
.include "${.CURDIR}/../Makefile.host"