diff options
author | 2005-09-29 00:43:03 +0000 | |
---|---|---|
committer | 2005-09-29 00:43:03 +0000 | |
commit | dee0e8e8fc7434904af522252e41e29cf51c60e0 (patch) | |
tree | f7767e908597c3f6b0381bb895b9e9bdde56639c | |
parent | ok, add uptime after kernel version (diff) | |
download | wireguard-openbsd-dee0e8e8fc7434904af522252e41e29cf51c60e0.tar.xz wireguard-openbsd-dee0e8e8fc7434904af522252e41e29cf51c60e0.zip |
place iso3166.tab into /usr/share/misc; pr 4260 has the discussion..
-rw-r--r-- | share/zoneinfo/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index 7e0cbe6b54b..4be6d3ec29b 100644 --- a/share/zoneinfo/Makefile +++ b/share/zoneinfo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2005/09/27 16:27:23 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2005/09/29 00:43:03 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 @@ -83,6 +83,9 @@ realinstall: ${DATA} ${REDO} ${YEARISTYPECOPY} ${ZIC} -y ${YEARISTYPECOPY} -d ${TZDIR} -p ${POSIXRULES}) chown -R ${BINOWN}:${BINGRP} ${TZDIR} find ${TZDIR} -type f -print0 | xargs -0r chmod a=r + ${INSTALL} -c -o root -g wheel -m 600 ${.CURDIR}/datfiles/iso3166.tab \ + ${DESTDIR}/usr/share/misc + CLEANFILES+= yearistypecopy |