768f1c3fe3
xlint is currently a fossil. We have much more useful and alive tools to do now what xlint did twenty years ago. I did not cleared some stuff which makes lint operational, in sys/x86/include and sys/sys, but I might do it as followup. The x86/include/ucontext.h and _types.h hacks made to please lint was the main reason for my initial proposal to classify xlint as obsolete and to remove it. Also I do not intend to clear sccs ids. Reviewed by: bapt, brooks, emaste, jhb, pfg Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D13015
34 lines
569 B
Makefile
34 lines
569 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_static \
|
|
usr.bin/mkesdb_static \
|
|
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>
|