Module Name: src Committed By: apb Date: Fri Aug 8 09:18:02 UTC 2014
Added Files: src/external/public-domain/tz/share: Makefile Log Message: Part of the new infrastructure for building tzdata under src/public-domain/tz. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/public-domain/tz/share/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Added files: Index: src/external/public-domain/tz/share/Makefile diff -u /dev/null src/external/public-domain/tz/share/Makefile:1.1 --- /dev/null Fri Aug 8 09:18:02 2014 +++ src/external/public-domain/tz/share/Makefile Fri Aug 8 09:18:02 2014 @@ -0,0 +1,5 @@ +# $NetBSD: Makefile,v 1.1 2014/08/08 09:18:02 apb Exp $ + +SUBDIR+= zoneinfo + +.include <bsd.subdir.mk>