From 22c2069fc323fc132c15f8ddb307cabbd03cf5c6 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Fri, 11 Jan 2013 18:37:51 +0000 Subject: Use find -exec to install zoneinfo instead of requiring xargs to be an install tool. Suggested by: delphij --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 87b57a70c14d..e486331e1f72 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 xargs +_zoneinfo= zic tzsetup .endif ITOOLS= [ awk cap_mkdb cat chflags chmod chown \ -- cgit v1.2.3