mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
2de949cf85
Build them as part of the bootstrap-tools phase instead. Reviewed by: emaste (no objections) Differential Revision: https://reviews.freebsd.org/D28181
34 lines
555 B
Makefile
34 lines
555 B
Makefile
# $FreeBSD$
|
|
|
|
# This file is not autogenerated - take care!
|
|
|
|
.if !defined(MK_KERBEROS)
|
|
.include <src.opts.mk>
|
|
.endif
|
|
|
|
# These are all .host dependencies
|
|
|
|
DIRDEPS = \
|
|
usr.bin/clang/clang-tblgen \
|
|
usr.bin/clang/llvm-tblgen \
|
|
usr.bin/localedef \
|
|
usr.bin/mkcsmapper \
|
|
usr.bin/mkesdb \
|
|
usr.bin/xinstall \
|
|
usr.bin/yacc \
|
|
usr.sbin/config \
|
|
usr.sbin/crunch/crunchgen \
|
|
usr.sbin/crunch/crunchide \
|
|
|
|
|
|
.if ${MK_KERBEROS} != "no"
|
|
DIRDEPS+= \
|
|
kerberos5/tools/asn1_compile \
|
|
kerberos5/tools/make-roken \
|
|
usr.bin/compile_et \
|
|
|
|
.endif
|
|
|
|
|
|
.include <dirdeps.mk>
|