Merge branch 'vendor/FILE'
[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 MLINKS+=elfedit221.1 elfedit.1
9 WARNS=  1
10
11 elfedit221.1: ${SRCDIR}/binutils/doc/elfedit.1
12         cp ${.ALLSRC} ${.TARGET}
13
14 CLEANFILES+=    elfedit221.1
15
16 .include <bsd.prog.mk>