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