summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-02-27 19:13:41 +0000
committerru <ru@FreeBSD.org>2005-02-27 19:13:41 +0000
commit142ea172ed6a1dd668c55b287842bb89bc5270b0 (patch)
tree2450249c79a4bfb590008a6dac7fab4ad0451633 /Makefile.inc1
parent3d8ba815287eb894cfbc8cee0ddddc3ceeb1fb4e (diff)
downloadFreeBSD-src-142ea172ed6a1dd668c55b287842bb89bc5270b0.zip
FreeBSD-src-142ea172ed6a1dd668c55b287842bb89bc5270b0.tar.gz
Bootstrap gencat(1).
OK'ed by: phantom
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 877fa34..7099067 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} < 600017
+_gencat= usr.bin/gencat
+.endif
+
.if ${BOOTSTRAPPING} < 600016
_mklocale= usr.bin/mklocale
.endif
@@ -792,6 +796,7 @@ bootstrap-tools:
gnu/usr.bin/texinfo \
${_cap_mkdb} \
usr.bin/colldef \
+ ${_gencat} \
usr.bin/lorder \
usr.bin/makewhatis \
${_mklocale} \
OpenPOWER on IntegriCloud