1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5SUBDIR= doc\ 6 libiberty \ 7 libbfd \ 8 libopcodes \ 9 libbinutils \ 10 ${_addr2line} \ 11 as \ 12 ld \ 13 ${_nm} \ 14 objcopy \ 15 objdump \ 16 ${_readelf} \ 17 ${_size} \ 18 ${_strings} \ 19 ${_strip} 20 21.if ${MK_ELFTOOLCHAIN_TOOLS} == "no" 22_addr2line= addr2line 23_nm= nm 24_readelf= readelf 25_size= size 26_strings= strings 27_strip= strip 28.endif 29 30.include <bsd.subdir.mk> 31