From 66dc6c3da87711400e78c3e022ccf201cb79fb8f Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 23 Jan 2008 00:16:37 +0000 Subject: Conditionally add mklocale to bootstrap-tools --- Makefile.inc1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index a1a852f..6b5c9a3 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -876,8 +876,13 @@ _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} \ -- cgit v1.1