2003-05-14 00:30:26 +00:00
|
|
|
# $NetBSD: Makefile,v 1.8 2003/05/14 00:30:27 dbj Exp $
|
2002-04-03 06:02:03 +00:00
|
|
|
|
2002-12-08 20:19:56 +00:00
|
|
|
HOSTPROGNAME= ${_TOOL_PREFIX}installboot
|
2002-04-03 06:02:03 +00:00
|
|
|
HOST_SRCDIR= usr.sbin/installboot
|
2002-04-22 15:18:57 +00:00
|
|
|
|
|
|
|
HOST_CPPFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../mips-elf2ecoff
|
2002-04-03 06:02:03 +00:00
|
|
|
|
|
|
|
.include "${.CURDIR}/../Makefile.host"
|
2002-04-19 07:19:09 +00:00
|
|
|
|