3fe401a500
ELF Tool Chain built on FreeBSD's ar and elfdump, but has a number of improvements and enhancements. Bring them into contrib in order to start integrating into our build.
12 lines
179 B
Makefile
12 lines
179 B
Makefile
# $Id: Makefile 2289 2011-12-04 07:11:47Z jkoshy $
|
|
|
|
TOP= ..
|
|
|
|
PROG= elfdump
|
|
WARNS?= 6
|
|
|
|
DPADD= ${LIBELFTC} ${LIBELF}
|
|
LDADD= -lelftc -lelf
|
|
|
|
.include "${TOP}/mk/elftoolchain.prog.mk"
|