|
Lines 1651-1657
Link Here
|
| 1651 |
.endif |
1651 |
.endif |
| 1652 |
|
1652 |
|
| 1653 |
.if ${MK_ELFTOOLCHAIN_TOOLS} == no || \ |
1653 |
.if ${MK_ELFTOOLCHAIN_TOOLS} == no || \ |
| 1654 |
(${MK_ELFTOOLCHAIN_TOOLS} != no && MK_ELFCOPY_AS_OBJCOPY != no) |
1654 |
(${MK_ELFTOOLCHAIN_TOOLS} != no && ${MK_ELFCOPY_AS_OBJCOPY} != no) |
| 1655 |
OLD_FILES+=usr/bin/elfcopy |
1655 |
OLD_FILES+=usr/bin/elfcopy |
| 1656 |
OLD_FILES+=usr/share/man/man1/elfcopy.1.gz |
1656 |
OLD_FILES+=usr/share/man/man1/elfcopy.1.gz |
| 1657 |
.endif |
1657 |
.endif |