components/timezone/Makefile
changeset 1822 b9fc8aa825e4
parent 1610 d164df7a8b2d
child 1910 026a5463a71b
equal deleted inserted replaced
1821:8df87d621cea 1822:b9fc8aa825e4
    17 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # fields enclosed by brackets "[]" replaced with your own identifying
    18 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 # information: Portions Copyright [yyyy] [name of copyright owner]
    19 #
    19 #
    20 # CDDL HEADER END
    20 # CDDL HEADER END
    21 #
    21 #
    22 # Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
    23 #
    23 #
    24 include ../../make-rules/shared-macros.mk
    24 include ../../make-rules/shared-macros.mk
    25 
    25 
    26 COMPONENT_NAME= 	timezone
    26 COMPONENT_NAME= 	timezone
    27 
    27 
    28 COMPONENT_BUGDB=	utility/timezone
    28 COMPONENT_BUGDB=	utility/timezone
    29 
    29 
    30 HUMAN_VERSION=		2013d
    30 HUMAN_VERSION=		2014b
    31 
    31 
    32 # "etcetera" must be listed before "backward" because it sets up links that
    32 # "etcetera" must be listed before "backward" because it sets up links that
    33 # "backward" needs.
    33 # "backward" needs.
    34 TZFILES= africa antarctica asia australasia etcetera europe \
    34 TZFILES= africa antarctica asia australasia etcetera europe \
    35 	 factory northamerica pacificnew solar87 solar88 solar89 \
    35 	 factory northamerica pacificnew \
    36 	 southamerica backward
    36 	 southamerica backward
    37 
    37 
    38 include ../../make-rules/ips.mk
    38 include ../../make-rules/ips.mk
    39 
    39 
    40 # This package delivers only data files and has no dependencies.
    40 # This package delivers only data files and has no dependencies.