Add sparkcrc (used to generate checksums for acorn32 bootloader sparkive)
as a host tool.
This commit is contained in:
parent
462934eac0
commit
ef4ecdda5b
@ -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
6
tools/sparkcrc/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user