Add Makefile for elftoolchain readelf(1)
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
c0b4cf7c23
commit
4817ced20e
14
usr.bin/readelf/Makefile
Normal file
14
usr.bin/readelf/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# $FreeBSD$
|
||||
|
||||
ELFTCDIR= ${.CURDIR}/../../contrib/elftoolchain
|
||||
READELFDIR= ${ELFTCDIR}/readelf
|
||||
|
||||
.PATH: ${READELFDIR}
|
||||
|
||||
PROG= readelf
|
||||
|
||||
LIBADD= dwarf elftc elf
|
||||
|
||||
CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
|
||||
|
||||
.include <bsd.prog.mk>
|
Loading…
Reference in New Issue
Block a user