summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-01-16 16:06:54 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-01-16 16:06:54 +0000
commit33b53e37dc627fcafe97c6991a27dc2eda125d86 (patch)
tree6cc0e4e0d00e2e4cb1dc941393e1387d5438e933
parentb8eaa978fcb534cceb2112d76081b3226e44eadb (diff)
Notes
-rw-r--r--Makefile.inc15
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 69819bf92088..9c7ce7b74fbd 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} \