From 8d5ed6e7174935c6fd7bc25a6e9a58291b75945b Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 28 Oct 2009 07:05:32 +0000 Subject: [PATCH] Now that the zoneinfo data is automatically updated when a new world is installed, we should at least have the tzsetup tool available! Suggested by: Andriy Gapon Noticed by: Ben Kaduk MFC after: 1 week --- Makefile.inc1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 3dcba1edb003..591d79f7a09e 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -599,11 +599,14 @@ installcheck_UGID: .if ${MK_INFO} != "no" _install-info= install-info .endif +.if ${MK_ZONEINFO} != "no" +_zoneinfo= zic tzsetup +.endif ITOOLS= [ awk cap_mkdb cat chflags chmod chown \ date echo egrep find grep ${_install-info} \ ln lockf make mkdir mtree mv pwd_mkdb rm sed sh sysctl \ - test true uname wc zic + test true uname wc ${_zoneinfo} # # distributeworld