9 lines
219 B
Makefile
9 lines
219 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2003/12/11 00:29:34 matt Exp $
|
||
|
|
||
|
HOSTPROGNAME= ${_TOOL_PREFIX}${MACHINE}-fixcoff
|
||
|
HOST_SRCDIR= sys/arch/macppc/stand/fixcoff
|
||
|
|
||
|
HOST_CPPFLAGS+= -I${.CURDIR}
|
||
|
|
||
|
.include "${.CURDIR}/../Makefile.host"
|