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