blob: 99ccbe577543047e15f0fced103ef17f80fc528d (
plain)
1
2
3
4
5
6
7
8
|
# $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"
|