summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2013-01-10 23:29:36 +0000
committerbrooks <brooks@FreeBSD.org>2013-01-10 23:29:36 +0000
commit4ed224252a307431bf7d9b51198741d3392e164b (patch)
treef07f394ce3d8b08be3536d836a04ff3896a326d6 /Makefile.inc1
parentcaf94f2ccaa8e9b68db9cc260ba5fb4a26b038f4 (diff)
downloadFreeBSD-src-4ed224252a307431bf7d9b51198741d3392e164b.zip
FreeBSD-src-4ed224252a307431bf7d9b51198741d3392e164b.tar.gz
Add xargs to the set of install tools when zoneinfo is not disabled.
This fixes installworld which I had broken in r245265. Reported by: Nikolai Lifanov <lifanov@mail.lifanov.com>
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e486331..87b57a7 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -643,7 +643,7 @@ installcheck_UGID:
_install-info= install-info
.endif
.if ${MK_ZONEINFO} != "no"
-_zoneinfo= zic tzsetup
+_zoneinfo= zic tzsetup xargs
.endif
ITOOLS= [ awk cap_mkdb cat chflags chmod chown \
OpenPOWER on IntegriCloud