summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-04-24 20:19:29 +0000
committerasmodai <asmodai@FreeBSD.org>2001-04-24 20:19:29 +0000
commitc2390be887e843af430ac242fd0b4db21485f1b1 (patch)
treea5a5c70ee3f31f45505209ea3ee815e31f3670c4 /Makefile.inc1
parenta0845820c9f85d41e569ce4653e3755dd6696606 (diff)
downloadFreeBSD-src-c2390be887e843af430ac242fd0b4db21485f1b1.zip
FreeBSD-src-c2390be887e843af430ac242fd0b4db21485f1b1.tar.gz
Add usr.bin/xlint to build-tools.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 6cd8cd7..a7f7ab9 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -598,7 +598,8 @@ _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.sbin/sysinstall
+ ${_libroken4} ${_libkrb5} lib/libncurses ${_share} usr.bin/xlint \
+ usr.sbin/sysinstall
cd ${.CURDIR}/${_tool}; ${MAKE} build-tools
.endfor
OpenPOWER on IntegriCloud