binutils 2.22: Add makefiles, new incremental-dump binary
[dragonfly.git] / gnu / usr.bin / binutils222 / elfedit / Makefile
1 .include "../Makefile.bu"
2
3 .PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
4
5 PROG=   elfedit
6 SRCS=   elfedit.c elfcomm.c
7 MAN=    elfedit222.1
8 MLINKS+=elfedit222.1 elfedit.1
9 WARNS=  1
10
11 elfedit222.1: ${SRCDIR}/binutils/doc/elfedit.1
12         cp ${.ALLSRC} ${.TARGET}
13
14 CLEANFILES+=    elfedit222.1
15
16 .include <bsd.prog.mk>