binutils 2.22: Promote to primary binutils
[dragonfly.git] / gnu / usr.bin / binutils221 / 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=    elfedit221.1
8 WARNS=  1
9
10 elfedit221.1: ${SRCDIR}/binutils/doc/elfedit.1
11         cp ${.ALLSRC} ${.TARGET}
12
13 CLEANFILES+=    elfedit221.1
14
15 .include <bsd.prog.mk>