1
2# This file is not autogenerated - take care!
3
4.if !defined(MK_KERBEROS)
5.include <src.opts.mk>
6.endif
7
8# These are all .host dependencies
9
10DIRDEPS = \
11	usr.bin/clang/clang-tblgen \
12	usr.bin/clang/llvm-min-tblgen \
13	usr.bin/clang/llvm-tblgen \
14	usr.bin/localedef \
15	usr.bin/mkcsmapper \
16	usr.bin/mkesdb \
17	usr.bin/xinstall \
18	usr.bin/yacc \
19	usr.sbin/config \
20	usr.sbin/crunch/crunchgen \
21	usr.sbin/crunch/crunchide \
22
23
24.if ${MK_KERBEROS} != "no"
25DIRDEPS+= \
26	kerberos5/tools/asn1_compile \
27	kerberos5/tools/make-roken \
28	usr.bin/compile_et \
29
30.endif
31
32
33.include <dirdeps.mk>
34