aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2008-02-25 16:29:54 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2008-02-25 16:29:54 +0000
commit0be8836d91cfd387a6c7d1abf68a7eed41f7a8d0 (patch)
tree50986a5e28aaf21bf6ab33a595d6e0eca8d1f069 /Makefile.inc1
parentd0ca999980ef8566b7069325e48c68725e1e637e (diff)
downloadsrc-0be8836d91cfd387a6c7d1abf68a7eed41f7a8d0.tar.gz
src-0be8836d91cfd387a6c7d1abf68a7eed41f7a8d0.zip
Sort.
Prodded by: obrien
Notes
Notes: svn path=/head/; revision=176557
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc110
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 039d8798c598..eebd76ef9c68 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -876,6 +876,10 @@ _groff= gnu/usr.bin/groff/tmac
_ar= usr.bin/ar
.endif
+.if ${BOOTSTRAPPING} < 800013
+_mklocale= usr.bin/mklocale
+.endif
+
.if ${BOOTSTRAPPING} < 700018
_gensnmptree= usr.sbin/bsnmpd/gensnmptree
.endif
@@ -885,19 +889,15 @@ _gensnmptree= usr.sbin/bsnmpd/gensnmptree
_crunchgen= usr.sbin/crunch/crunchgen
.endif
-.if ${BOOTSTRAPPING} < 800013
-_mklocale= usr.bin/mklocale
-.endif
-
bootstrap-tools:
.for _tool in \
- ${_mklocale} \
${_strfile} \
${_gperf} \
${_groff} \
${_ar} \
usr.bin/lorder \
usr.bin/makewhatis \
+ ${_mklocale} \
usr.bin/rpcgen \
usr.bin/xinstall \
${_gensnmptree} \