11.1Skleink#! /bin/sh
21.1Skleink
31.1Skleink#
41.6Schristos# $NetBSD: tzcode2netbsd,v 1.6 2015/07/11 16:09:15 christos Exp $
51.1Skleink#
61.1Skleink# Convert an extracted tzcode distribution into the format suitable
71.1Skleink# for importing it into the NetBSD source tree.
81.5Skleink# Last updated for: tzcode2004a.
91.1Skleink# 
101.1Skleink
111.1SkleinkNOIMPORT="Makefile
121.3Skleink	date.1 date.1.txt date.c
131.1Skleink	gccdiffs
141.5Skleink	itca.jpg
151.1Skleink	logwtmp.c
161.3Skleink	newctime.3.txt
171.3Skleink	newstrftime.3 newstrftime.3.txt
181.3Skleink	newtzset.3.txt
191.3Skleink	time2posix.3.txt
201.3Skleink	tzfile.5.txt
211.3Skleink	tzselect.8.txt
221.3Skleink	usno1988 usno1989 usno1989a usno1995 usno1997 usno1998
231.3Skleink	zdump.8.txt
241.3Skleink	zic.8.txt"
251.1Skleink
261.6Schristos#rm -f ${NOIMPORT}
271.6Schristos#mv tzfile.h ../../../include
281.1Skleink
291.6Schristosecho remember to check tzfile.h in ../../../include
301.6Schristosecho you can find the current version in the Makefile
311.6Schristosecho we don't use this script anymore to import, but diff against the
321.6Schristosecho current version and apply patches.
33