buildworld: Really support static toolchain.
[dragonfly.git] / gnu / usr.bin / binutils227 / block2 / elfedit / Makefile
blobade9c4d6fd5802ca5dba4878d803523d8ffcca0a
1 .include "../../Makefile.inc1"
2 .include "../Makefile.block2"
4 .PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
6 PROG= elfedit
7 SRCS= elfedit.c version.c elfcomm.c
8 MFILE= elfedit${MANPAGEVER}.1
9 MAN= ${MFILE}
10 LDADD= ${LDADD_IBERTY}
12 ${MFILE}: ${SRCDIR}/binutils/doc/elfedit.1
13 cp ${.ALLSRC} ${.TARGET}
15 CLEANFILES+= ${MFILE}
17 .if defined(IS_PRIMARY)
18 MLINKS+= ${MFILE} elfedit.1
19 .endif
21 .include <bsd.prog.mk>