1 1.1 matt # $NetBSD: Makefile,v 1.1 2003/12/11 00:29:34 matt Exp $ 2 1.1 matt 3 1.1 matt HOSTPROGNAME= ${_TOOL_PREFIX}${MACHINE}-fixcoff 4 1.1 matt HOST_SRCDIR= sys/arch/macppc/stand/fixcoff 5 1.1 matt 6 1.1 matt HOST_CPPFLAGS+= -I${.CURDIR} 7 1.1 matt 8 1.1 matt .include "${.CURDIR}/../Makefile.host" 9