aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2017-11-16 14:37:18 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2017-11-16 14:37:18 +0000
commit989880017221c6e69b95a21ac779881632bd2048 (patch)
tree86ac71e4e48acab7a871086a0f2d7d74d741a63f /usr.bin/Makefile
parent4e421792ec80df7a5fa82e97dcc3575c3ec6740a (diff)
downloadsrc-989880017221c6e69b95a21ac779881632bd2048.tar.gz
src-989880017221c6e69b95a21ac779881632bd2048.zip
Remove xlint(1).
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
Notes
Notes: svn path=/head/; revision=325893
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index cad3d5c2bd4d..453a0de31e2d 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -278,9 +278,6 @@ SUBDIR.${MK_TOOLCHAIN}+= rpcgen
SUBDIR.${MK_TOOLCHAIN}+= unifdef
SUBDIR.${MK_TOOLCHAIN}+= size
SUBDIR.${MK_TOOLCHAIN}+= strings
-.if ${MACHINE_ARCH} != "aarch64" # ARM64TODO xlint does not build
-SUBDIR.${MK_TOOLCHAIN}+= xlint
-.endif
SUBDIR.${MK_TOOLCHAIN}+= xstr
SUBDIR.${MK_TOOLCHAIN}+= yacc
SUBDIR.${MK_VI}+= vi