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