summaryrefslogtreecommitdiffstats
path: root/share/zoneinfo/Makefile
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2005-09-27 16:27:22 +0000
committerderaadt <deraadt@openbsd.org>2005-09-27 16:27:22 +0000
commit5f3177b3e09a9f5e60ba1a4a97493be488b71071 (patch)
tree5c08239a3d82449af83f857612691cfdd3065f92 /share/zoneinfo/Makefile
parentincrement refcount when opening a lib that is already open (dev/inode (diff)
downloadwireguard-openbsd-5f3177b3e09a9f5e60ba1a4a97493be488b71071.tar.xz
wireguard-openbsd-5f3177b3e09a9f5e60ba1a4a97493be488b71071.zip
use xargs -r0 for our build process
Diffstat (limited to 'share/zoneinfo/Makefile')
-rw-r--r--share/zoneinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index e908fa5950d..7e0cbe6b54b 100644
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2002/02/18 22:08:32 millert Exp $
+# $OpenBSD: Makefile,v 1.6 2005/09/27 16:27:23 deraadt Exp $
# $NetBSD: Makefile,v 1.14 1995/04/22 12:10:17 cgd Exp $
# Change the line below for your time zone (after finding the zone you want in
@@ -82,7 +82,7 @@ realinstall: ${DATA} ${REDO} ${YEARISTYPECOPY}
(cd ${.CURDIR}/datfiles; \
${ZIC} -y ${YEARISTYPECOPY} -d ${TZDIR} -p ${POSIXRULES})
chown -R ${BINOWN}:${BINGRP} ${TZDIR}
- find ${TZDIR} -type f | xargs chmod a=r
+ find ${TZDIR} -type f -print0 | xargs -0r chmod a=r
CLEANFILES+= yearistypecopy