summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2009-10-28 07:05:32 +0000
committeredwin <edwin@FreeBSD.org>2009-10-28 07:05:32 +0000
commitc5b84dfe0cc8aa042f6cd65466f260367b3bd900 (patch)
treefee18799dc33b085bba976def23cc3fe32d98068 /Makefile.inc1
parentf393a225d711559b6c543eeb793c4941ad7ed93f (diff)
downloadFreeBSD-src-c5b84dfe0cc8aa042f6cd65466f260367b3bd900.zip
FreeBSD-src-c5b84dfe0cc8aa042f6cd65466f260367b3bd900.tar.gz
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 <avg@freebsd.org> Noticed by: Ben Kaduk <minimarmot@gmail.com> MFC after: 1 week
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 3dcba1e..591d79f 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
OpenPOWER on IntegriCloud