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