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
33 lines
575 B
Makefile
33 lines
575 B
Makefile
# 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-min-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>
|