aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2011-08-11 10:29:10 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2011-08-11 10:29:10 +0000
commitaa0da2e494780a0d64f823ed789c2fa207070144 (patch)
treea20eea0c5240ad883ee6167ee612a5e57b625a9e /Makefile.inc1
parent223eb00dd0f32465483e33a012797bad963e971b (diff)
parentb0f5e94e3f34717e78a265dc61c6c45406a258d0 (diff)
downloadsrc-aa0da2e494780a0d64f823ed789c2fa207070144.tar.gz
src-aa0da2e494780a0d64f823ed789c2fa207070144.zip
- 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)
Notes
Notes: svn path=/head/; revision=224776
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 7fdce3628b9b..7228f859ce25 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} \