NetBSD/tools/hp700-mkboot/Makefile
skrll bc26aea7ac Build hp700's mkboot as a host tool called nbhp700-mkboot. mkboot also
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
2004-07-28 09:17:31 +00:00

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"