some coverity fixes.
[minix.git] / lib / libc / time / tzcode2netbsd
blobe08e182982250047e330859a93ea57a541d37208
1 #! /bin/sh
4 # $NetBSD: tzcode2netbsd,v 1.5 2004/05/27 20:33:31 kleink Exp $
6 # Convert an extracted tzcode distribution into the format suitable
7 # for importing it into the NetBSD source tree.
8 # Last updated for: tzcode2004a.
9 #
11 NOIMPORT="Makefile
12 date.1 date.1.txt date.c
13 gccdiffs
14 itca.jpg
15 logwtmp.c
16 newctime.3.txt
17 newstrftime.3 newstrftime.3.txt
18 newtzset.3.txt
19 time2posix.3.txt
20 tzfile.5.txt
21 tzselect.8.txt
22 usno1988 usno1989 usno1989a usno1995 usno1997 usno1998
23 zdump.8.txt
24 zic.8.txt"
26 NEWTONORMAL="ctime.3
27 tzset.3"
29 rm -f ${NOIMPORT}
31 for f in ${NEWTONORMAL}; do
32 mv new${f} ${f};
33 done