summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-04-26 17:54:24 +0000
committerasmodai <asmodai@FreeBSD.org>2001-04-26 17:54:24 +0000
commitc4851f977b7e5b2e1299f3f0f0590463c7b62f94 (patch)
treefb1a8d0070cad09609e2a760bb4dae8da9691c57 /Makefile.inc1
parentd7b7c00e0920d61c694b374f28b2cc9a08ef338d (diff)
downloadFreeBSD-src-c4851f977b7e5b2e1299f3f0f0590463c7b62f94.zip
FreeBSD-src-c4851f977b7e5b2e1299f3f0f0590463c7b62f94.tar.gz
Remove xlint from build-tools. This needs to be fixed in a different way.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index a7f7ab9..6cd8cd7 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -598,8 +598,7 @@ _libkrb5= kerberos5/lib/libasn1 kerberos5/lib/libhdb kerberos5/lib/libsl
build-tools:
.for _tool in bin/csh bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \
- ${_libroken4} ${_libkrb5} lib/libncurses ${_share} usr.bin/xlint \
- usr.sbin/sysinstall
+ ${_libroken4} ${_libkrb5} lib/libncurses ${_share} usr.sbin/sysinstall
cd ${.CURDIR}/${_tool}; ${MAKE} build-tools
.endfor
OpenPOWER on IntegriCloud