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