Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / gnu / usr.bin / binutils220 / readelf / Makefile
1 .include "../Makefile.bu"
2
3 .PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
4
5 PROG=   readelf
6 MAN=    readelf220.1
7 WARNS=  1
8
9 readelf220.1: ${SRCDIR}/binutils/doc/readelf.1
10         cp ${.ALLSRC} ${.TARGET}
11
12 CLEANFILES+=    readelf220.1
13
14 .include <bsd.prog.mk>