8 lines
210 B
Makefile
8 lines
210 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2004/11/25 08:09:15 jmc Exp $
|
||
|
|
||
|
HOSTPROGNAME= ${_TOOL_PREFIX}bebox-elf2pef
|
||
|
HOST_SRCDIR= sys/arch/bebox/stand/elf2pef
|
||
|
HOST_CPPFLAGS= -I${.CURDIR}
|
||
|
|
||
|
.include "${.CURDIR}/../Makefile.host"
|