diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2015-01-02 22:26:54 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2015-01-02 22:26:54 +0000 |
| commit | 24320828363dfc42959121fe3cb72a8991baa61a (patch) | |
| tree | a65364a1f61864d114f10ae9bf3e30c4bcee5031 /usr.bin/readelf | |
| parent | bcc34ba8e9ebd9f2252a31324b52f29bef94d46a (diff) | |
Notes
Diffstat (limited to 'usr.bin/readelf')
| -rw-r--r-- | usr.bin/readelf/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.bin/readelf/Makefile b/usr.bin/readelf/Makefile new file mode 100644 index 000000000000..e5d7401d26f0 --- /dev/null +++ b/usr.bin/readelf/Makefile @@ -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> |
