8 lines
192 B
Makefile
8 lines
192 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2002/02/23 21:32:27 gmcgarry Exp $
|
||
|
|
||
|
HOSTPROGNAME= nbmips-elf2ecoff
|
||
|
HOST_SRCDIR= usr.bin/elf2ecoff
|
||
|
HOST_CPPFLAGS= -I${.CURDIR}
|
||
|
|
||
|
.include "${.CURDIR}/../Makefile.host"
|