summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2013-01-11 18:37:51 +0000
committerbrooks <brooks@FreeBSD.org>2013-01-11 18:37:51 +0000
commit29b3d8996d7dcf7db3443c3be67174f6eb4c89c9 (patch)
tree33c60a0f73fc6bfb87548dd954b51cffeb258991 /Makefile.inc1
parent05884d1e6d79cdf2481b31f3475ff4fc34369cb5 (diff)
downloadFreeBSD-src-29b3d8996d7dcf7db3443c3be67174f6eb4c89c9.zip
FreeBSD-src-29b3d8996d7dcf7db3443c3be67174f6eb4c89c9.tar.gz
Use find -exec to install zoneinfo instead of requiring xargs to be an
install tool. Suggested by: delphij
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 87b57a7..e486331 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 \
OpenPOWER on IntegriCloud