summaryrefslogtreecommitdiff
path: root/lib/libc/time/tzcode2netbsd
blob: b513c8e90d5fb62fbca69cbda9e94acb4240bd26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#! /bin/sh

#
# $NetBSD: tzcode2netbsd,v 1.1 1998/10/05 19:44:53 kleink Exp $
#
# Convert an extracted tzcode distribution into the format suitable
# for importing it into the NetBSD source tree.
# Last updated for: tzcode1998h.
# 

NOIMPORT="Makefile
	date.1 date.c
	gccdiffs
	logwtmp.c
	newstrftime.3 strftime.c
	usno1988 usno1989 usno1989a usno1995 usno1997 usno1998"

NEWTONORMAL="ctime.3
	tzset.3"

rm -f ${NOIMPORT}

for f in ${NEWTONORMAL}; do
	mv new${f} ${f};
done