NetBSD/tools/installboot/Makefile

11 lines
285 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2005/06/12 20:24:14 dyoung 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.disklabel"
2002-04-03 10:02:03 +04:00
.include "${.CURDIR}/../Makefile.host"