aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>2014-08-07 11:44:30 +0000
committerOllivier Robert <roberto@FreeBSD.org>2014-08-07 11:44:30 +0000
commit4504fbd3f6328e5cf8ac1791d5d57891ca342ba9 (patch)
treeee813317fc8fd4914afeedeabcb106a86e095728 /Makefile.inc1
parentc60e497af90870d6daf4f0df5271d64f051f20a6 (diff)
downloadsrc-4504fbd3f6328e5cf8ac1791d5d57891ca342ba9.tar.gz
src-4504fbd3f6328e5cf8ac1791d5d57891ca342ba9.zip
Notes
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc18
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index f50b7888d6c1..557d92a61d5b 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1207,10 +1207,6 @@ _vtfontcvt= usr.bin/vtfontcvt
_sed= usr.bin/sed
.endif
-.if ${BOOTSTRAPPING} < 900006
-_lex= usr.bin/lex
-.endif
-
.if ${BOOTSTRAPPING} < 1000002
_m4= usr.bin/m4
.endif
@@ -1233,6 +1229,10 @@ _nmtree= lib/libnetbsd \
_cat= bin/cat
.endif
+.if ${BOOTSTRAPPING} < 1000033
+_lex= usr.bin/lex
+.endif
+
.if ${BOOTSTRAPPING} >= 900040 && ${BOOTSTRAPPING} < 900041
_awk= usr.bin/awk
.endif