aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>1999-12-12 22:24:08 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>1999-12-12 22:24:08 +0000
commit4ac29d1e8a8a1fca8edd06a0fd3a254b7297baa1 (patch)
tree3246a9fa8cae2550811bda8573a1c092e998711c /Makefile.inc1
parent00943c915132d986cff4ef3d4a1e9cba1b156096 (diff)
downloadsrc-4ac29d1e8a8a1fca8edd06a0fd3a254b7297baa1.tar.gz
src-4ac29d1e8a8a1fca8edd06a0fd3a254b7297baa1.zip
Add colldef to the list of tools. It's needed on older systems.
Notes
Notes: svn path=/head/; revision=54525
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 7e52d0b10016..4a22e3622da4 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -343,8 +343,8 @@ _aout_tools= usr.bin/size usr.bin/strip gnu/usr.bin/as gnu/usr.bin/ld
tools::
.for _tool in ${_strfile} ${_aout_tools} usr.bin/gensetdefs \
- gnu/usr.bin/binutils usr.bin/objformat usr.bin/yacc gnu/usr.bin/bison \
- gnu/usr.bin/cc
+ gnu/usr.bin/binutils usr.bin/objformat usr.bin/yacc usr.bin/colldef \
+ gnu/usr.bin/bison gnu/usr.bin/cc
cd ${.CURDIR}/${_tool}; \
${MAKE} obj; \
${MAKE} depend; \