d8000daa92
Noticed by pfg after r286070 (ar and elfdump)
10 lines
150 B
Makefile
10 lines
150 B
Makefile
# $Id: Makefile 2066 2011-10-26 15:40:28Z jkoshy $
|
|
|
|
TOP= ..
|
|
|
|
PROG= brandelf
|
|
WARNS?= 6
|
|
LDADD= -lelftc -lelf
|
|
|
|
.include "${TOP}/mk/elftoolchain.prog.mk"
|