mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +00:00
e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
27 lines
479 B
Makefile
27 lines
479 B
Makefile
# This file is not autogenerated - take care!
|
|
|
|
.if !defined(MK_CLANG)
|
|
.include "${SRCTOP}/share/mk/src.opts.mk"
|
|
.endif
|
|
|
|
DIRDEPS= \
|
|
gnu/usr.bin/binutils/as \
|
|
gnu/usr.bin/binutils/ld \
|
|
usr.bin/addr2line \
|
|
usr.bin/ar \
|
|
usr.bin/cxxfilt \
|
|
usr.bin/elfcopy \
|
|
usr.bin/elfdump \
|
|
usr.bin/nm \
|
|
usr.bin/readelf \
|
|
usr.bin/size \
|
|
usr.bin/strings \
|
|
usr.bin/strip \
|
|
usr.bin/xinstall \
|
|
|
|
.if ${MK_CLANG_BOOTSTRAP} == "yes"
|
|
DIRDEPS+= targets/pseudo/clang
|
|
.endif
|
|
|
|
.include <dirdeps.mk>
|