summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-12-12 22:24:08 +0000
committermarcel <marcel@FreeBSD.org>1999-12-12 22:24:08 +0000
commit734620334b7a66a42bb3a100d4a3b5ba9241e6da (patch)
tree1ee314ed45298d45ed51c90b4fe3cb24da435a8b /Makefile.inc1
parent11dc0d394ddc74597c8294e6e9992be7f32d3ccd (diff)
downloadFreeBSD-src-734620334b7a66a42bb3a100d4a3b5ba9241e6da.zip
FreeBSD-src-734620334b7a66a42bb3a100d4a3b5ba9241e6da.tar.gz
Add colldef to the list of tools. It's needed on older systems.
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 7e52d0b..4a22e36 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; \
OpenPOWER on IntegriCloud