NetBSD/tools/installboot/Makefile

11 lines
284 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 2010/06/19 23:11:10 riz Exp $
2002-04-03 10:02:03 +04: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.nbincludes"
2002-04-03 10:02:03 +04:00
.include "${.CURDIR}/../Makefile.host"