summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
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 69819bf..9c7ce7b 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -630,6 +630,10 @@ _groff= gnu/usr.bin/groff/tmac
.endif
.endif
+.if ${BOOTSTRAPPING} < 502102
+_lex= usr.bin/lex
+.endif
+
.if ${BOOTSTRAPPING} < 450005 || \
${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500034
_uudecode= usr.bin/uudecode
@@ -661,6 +665,7 @@ bootstrap-tools:
${_groff} \
gnu/usr.bin/texinfo \
usr.bin/colldef \
+ ${_lex} \
usr.bin/makewhatis \
usr.bin/rpcgen \
${_uudecode} \
OpenPOWER on IntegriCloud