1# This file is not autogenerated - take care! 2 3.if !defined(MK_CLANG) 4.include "${SRCTOP}/share/mk/src.opts.mk" 5.endif 6 7DIRDEPS= \ 8 gnu/usr.bin/binutils/as \ 9 gnu/usr.bin/binutils/ld \ 10 usr.bin/addr2line \ 11 usr.bin/ar \ 12 usr.bin/cxxfilt \ 13 usr.bin/elfcopy \ 14 usr.bin/elfdump \ 15 usr.bin/nm \ 16 usr.bin/readelf \ 17 usr.bin/size \ 18 usr.bin/strings \ 19 usr.bin/strip \ 20 usr.bin/xinstall \ 21 22.if ${MK_CLANG_BOOTSTRAP} == "yes" 23DIRDEPS+= targets/pseudo/clang 24.endif 25 26.include <dirdeps.mk> 27