summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2011-08-11 10:29:10 +0000
committerru <ru@FreeBSD.org>2011-08-11 10:29:10 +0000
commit09961aaff67f444fe11e41a761475d3cda5b7a36 (patch)
treea20eea0c5240ad883ee6167ee612a5e57b625a9e /Makefile.inc1
parent6bc583d0fe2dccfe70ecc5f20834c56a22f884c4 (diff)
downloadFreeBSD-src-09961aaff67f444fe11e41a761475d3cda5b7a36.zip
FreeBSD-src-09961aaff67f444fe11e41a761475d3cda5b7a36.tar.gz
- Merged awk upstream that includes a fix for a bug exposed by kmod_syms.mk.
- Provide a build aid for those who already have a buggy awk(1) installed. Approved by: re (kib)
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 7fdce36..7228f85 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1014,6 +1014,10 @@ _lex= usr.bin/lex
_yacc= usr.bin/yacc
.endif
+.if ${BOOTSTRAPPING} >= 900040 && ${BOOTSTRAPPING} < 900041
+_awk= usr.bin/awk
+.endif
+
.if ${BOOTSTRAPPING} < 700018
_gensnmptree= usr.sbin/bsnmpd/gensnmptree
.endif
@@ -1052,6 +1056,7 @@ bootstrap-tools:
${_groff} \
${_ar} \
${_dtc} \
+ ${_awk} \
usr.bin/lorder \
usr.bin/makewhatis \
${_mklocale} \
OpenPOWER on IntegriCloud