xref: /netbsd-src/lib/libc/time/tzcode2netbsd (revision 481fca6e59249d8ffcf24fef7cfbe7b131bfb080)
1#! /bin/sh
2
3#
4# $NetBSD: tzcode2netbsd,v 1.1 1998/10/05 19:44:53 kleink Exp $
5#
6# Convert an extracted tzcode distribution into the format suitable
7# for importing it into the NetBSD source tree.
8# Last updated for: tzcode1998h.
9#
10
11NOIMPORT="Makefile
12	date.1 date.c
13	gccdiffs
14	logwtmp.c
15	newstrftime.3 strftime.c
16	usno1988 usno1989 usno1989a usno1995 usno1997 usno1998"
17
18NEWTONORMAL="ctime.3
19	tzset.3"
20
21rm -f ${NOIMPORT}
22
23for f in ${NEWTONORMAL}; do
24	mv new${f} ${f};
25done
26