aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-02-27 20:31:13 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-02-27 20:31:13 +0000
commitedc431123ec58e73b288993dcaa279bfa6eca9f8 (patch)
treeac99a95d10edf1ab390259cb8e6b285228037505 /Makefile.inc1
parentcd147cba52098aa08d04e4338b0525d6fa05345d (diff)
Notes
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 7099067d5708..89234b6bda98 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -775,6 +775,10 @@ _groff= gnu/usr.bin/groff/tmac
_cap_mkdb= usr.bin/cap_mkdb
.endif
+.if ${BOOTSTRAPPING} < 600018
+_colldef= usr.bin/colldef
+.endif
+
.if ${BOOTSTRAPPING} < 600017
_gencat= usr.bin/gencat
.endif
@@ -795,7 +799,7 @@ bootstrap-tools:
${_groff} \
gnu/usr.bin/texinfo \
${_cap_mkdb} \
- usr.bin/colldef \
+ ${_colldef} \
${_gencat} \
usr.bin/lorder \
usr.bin/makewhatis \