454N/A#
454N/A#
454N/A# CDDL HEADER START
454N/A#
454N/A# The contents of this file are subject to the terms of the
454N/A# Common Development and Distribution License (the "License").
454N/A# You may not use this file except in compliance with the License.
454N/A#
454N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
454N/A# or http://www.opensolaris.org/os/licensing.
454N/A# See the License for the specific language governing permissions
454N/A# and limitations under the License.
454N/A#
454N/A# When distributing Covered Code, include this CDDL HEADER in each
454N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
454N/A# If applicable, add the following below this CDDL HEADER, with the
454N/A# fields enclosed by brackets "[]" replaced with your own identifying
454N/A# information: Portions Copyright [yyyy] [name of copyright owner]
454N/A#
454N/A# CDDL HEADER END
454N/A#
5680N/A
454N/A#
5680N/A# Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved.
5680N/A#
5680N/ABUILD_BITS= NO_ARCH
454N/Ainclude ../../make-rules/shared-macros.mk
454N/A
454N/ACOMPONENT_NAME= timezone
7406N/ACOMPONENT_VERSION= 2016.10
5680N/ACOMPONENT_SRC=
7406N/AHUMAN_VERSION= 2016j
4992N/ATPNO= 24870
2899N/A
4967N/A# Build info part of pkg(5) FMRI dropped ",$(OS_VERSION)" between 11 and 12;
4967N/A# needed for evaluation repo where we build the default repo from 12 on 11.
4967N/Aifeq ($(OS_VERSION),5.11)
4967N/AOS_META_VERSION= ,$(OS_VERSION)-$(OS_VERSION)
4967N/Aelse
4967N/AOS_META_VERSION= -$(OS_VERSION)
4967N/Aendif
4967N/A
454N/A# "etcetera" must be listed before "backward" because it sets up links that
454N/A# "backward" needs.
454N/ATZFILES= africa antarctica asia australasia etcetera europe \
2666N/A factory northamerica pacificnew \
454N/A southamerica backward
454N/A
5680N/ABUILD_STYLE= archive
5680N/ACOMMON_TARGETS= no
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
2123N/A
4967N/APKG_MACROS += OS_META_VERSION=$(OS_META_VERSION)
4967N/A
454N/APOFILE=zoneinfo.po
454N/A
5680N/ACLEAN_PATHS += $(POFILE)
1938N/A
454N/Abuild:
454N/A @/bin/sh ./do_pofile.sh > $(POFILE)
454N/A
454N/Ainstall: build
454N/A /usr/sbin/zic -d $(PROTOUSRSHARELIBDIR)/zoneinfo $(TZFILES)
454N/A
454N/A# empty test target
454N/Atest: $(NO_TESTS)
454N/A
4337N/Asystem-test: $(NO_TESTS)
4337N/A