mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 12:20:54 -05:00
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.
11 lines
179 B
Makefile
11 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"
|