Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/public-domain/tz Add infrastructure for building tz...



details:   https://anonhg.NetBSD.org/src/rev/eb5da778aff1
branches:  trunk
changeset: 331311:eb5da778aff1
user:      apb <apb%NetBSD.org@localhost>
date:      Fri Aug 08 09:14:40 2014 +0000

description:
Add infrastructure for building tzdata under src/external/public-domain/tz.

diffstat:

 external/public-domain/tz/Makefile     |  5 +++++
 external/public-domain/tz/Makefile.inc |  5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 0280da038e7a -r eb5da778aff1 external/public-domain/tz/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/public-domain/tz/Makefile        Fri Aug 08 09:14:40 2014 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile,v 1.1 2014/08/08 09:14:40 apb Exp $
+
+SUBDIR+=       share
+
+.include <bsd.subdir.mk>
diff -r 0280da038e7a -r eb5da778aff1 external/public-domain/tz/Makefile.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/public-domain/tz/Makefile.inc    Fri Aug 08 09:14:40 2014 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile.inc,v 1.1 2014/08/08 09:14:40 apb Exp $
+
+.include <bsd.own.mk>
+
+TZDISTDIR:=    ${.PARSEDIR}/dist



Home | Main Index | Thread Index | Old Index