bc26aea7ac
gets built and installed in a hp700 distribution. TODO - merge with hp300 - pick a preferred method for dealing with the elf headers. hp700-mkboot and prep-mkbootimage (bintuils) vs mips-elf2ecoff and tools/installboot
9 lines
212 B
Makefile
9 lines
212 B
Makefile
# $NetBSD: Makefile,v 1.1 2004/07/28 09:17:31 skrll Exp $
|
|
|
|
HOSTPROGNAME= ${_TOOL_PREFIX}hp700-mkboot
|
|
HOST_SRCDIR= sys/arch/hp700/stand/mkboot
|
|
|
|
HOST_CPPFLAGS+= -I${.CURDIR}
|
|
|
|
.include "${.CURDIR}/../Makefile.host"
|