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