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