summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-04-16 20:50:37 +0000
committerimp <imp@FreeBSD.org>2015-04-16 20:50:37 +0000
commit342ec6f56c33b761fd0b40a079597271bc7b6a2b (patch)
tree21c9e0b0d96ec4ca122121c3b56bd6f9eee5d4c7 /Makefile.inc1
parentab5af2f84ee3ece4afecd8ec5f8542f549ae04a8 (diff)
downloadFreeBSD-src-342ec6f56c33b761fd0b40a079597271bc7b6a2b.zip
FreeBSD-src-342ec6f56c33b761fd0b40a079597271bc7b6a2b.tar.gz
People are still getting burned by the byacc upgraded, switch to
always doing byacc until someone figures out the more nuanced version to switch off of.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c9a01f2..88e1cbb 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1304,12 +1304,10 @@ _lex= usr.bin/lex
_awk= usr.bin/awk
.endif
-.if ${BOOTSTRAPPING} < 1001506
_yacc= lib/liby \
usr.bin/yacc
${_bt}-usr.bin/yacc: ${_bt}-lib/liby
-.endif
.if ${MK_BSNMP} != "no"
_gensnmptree= usr.sbin/bsnmpd/gensnmptree
OpenPOWER on IntegriCloud