summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-16 16:06:54 +0000
committerru <ru@FreeBSD.org>2004-01-16 16:06:54 +0000
commite491a39ed82b58b2f2496efdcd848e169f0c89ce (patch)
tree6cc0e4e0d00e2e4cb1dc941393e1387d5438e933 /Makefile.inc1
parentcab096e5bf07106fb19e8b1c0eabceee9c60cded (diff)
downloadFreeBSD-src-e491a39ed82b58b2f2496efdcd848e169f0c89ce.zip
FreeBSD-src-e491a39ed82b58b2f2496efdcd848e169f0c89ce.tar.gz
lex(1) prior to flex.skl,v 1.8 and gen.c,v 1.7 requires bootstrapping.
Prodded by: nectar
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