Makefile revision 5680
425N/A#
425N/A# CDDL HEADER START
425N/A#
425N/A# The contents of this file are subject to the terms of the
425N/A# Common Development and Distribution License (the "License").
425N/A# You may not use this file except in compliance with the License.
425N/A#
425N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
425N/A# or http://www.opensolaris.org/os/licensing.
425N/A# See the License for the specific language governing permissions
425N/A# and limitations under the License.
425N/A#
425N/A# When distributing Covered Code, include this CDDL HEADER in each
425N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
425N/A# If applicable, add the following below this CDDL HEADER, with the
425N/A# fields enclosed by brackets "[]" replaced with your own identifying
425N/A# information: Portions Copyright [yyyy] [name of copyright owner]
425N/A#
425N/A# CDDL HEADER END
425N/A#
425N/A
425N/A#
425N/A# Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
425N/A#
425N/ABUILD_BITS= 32
425N/Ainclude ../../make-rules/shared-macros.mk
425N/A
425N/ACOMPONENT_NAME= ntp
425N/ACOMPONENT_VERSION= 4.2.8
425N/ACOMPONENT_PATCH_VERSION= 6
425N/ACOMPONENT_RC_VERSION= 1
425N/AHUMAN_VERSION= $(COMPONENT_VERSION)p$(COMPONENT_PATCH_VERSION)
425N/AIPS_COMPONENT_VERSION= $(COMPONENT_VERSION).$(COMPONENT_PATCH_VERSION)
425N/ACOMPONENT_PROJECT_URL= http://www.ntp.org/
425N/ACOMPONENT_SRC_NAME= ntp
425N/ACOMPONENT_SRC= $(COMPONENT_SRC_NAME)-$(HUMAN_VERSION)
425N/ACOMPONENT_ARCHIVE_HASH= \
425N/A sha256:583d0e1c573ace30a9c6afbea0fc52cae9c8c916dbc15c026e485a0dda4ba048
425N/ACOMPONENT_ARCHIVE_URL= http://archive.ntp.org/ntp4/ntp-4.2/$(COMPONENT_ARCHIVE)
425N/ACOMPONENT_BUGDB= service/ntp
425N/A
425N/ATPNO= 20866
425N/A
425N/APATCH_LEVEL = 0
425N/A
425N/ATEST_TARGET= $(NO_TESTS)
425N/Ainclude $(WS_MAKE_RULES)/common.mk
425N/A
425N/ACFLAGS += -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
425N/A
425N/Astudio_C99MODE= $(studio_C99_ENABLE)
425N/ACFLAGS.studio.i386 = -preserve_argvalues=complete
425N/A
425N/ACONFIGURE_BINDIR.32 = $(USRSBINDIR)
425N/A
425N/ACONFIGURE_OPTIONS += --with-binsubdir=sbin
425N/ACONFIGURE_OPTIONS += --libexecdir=$(USRLIBDIR)/inet
425N/ACONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)/inet
425N/ACONFIGURE_OPTIONS += --enable-all-clocks
425N/ACONFIGURE_OPTIONS += --enable-debugging
425N/ACONFIGURE_OPTIONS += --enable-debug-timing
425N/ACONFIGURE_OPTIONS += --disable-optional-args
425N/ACONFIGURE_OPTIONS += --enable-parse-clocks
425N/ACONFIGURE_OPTIONS += --enable-ignore-dns-errors
425N/ACONFIGURE_OPTIONS += --without-ntpsnmpd
425N/ACONFIGURE_OPTIONS += --with-openssl-libdir=$(LIBDIR)
REQUIRED_PACKAGES += library/libedit
REQUIRED_PACKAGES += library/security/openssl
REQUIRED_PACKAGES += runtime/perl-512
REQUIRED_PACKAGES += runtime/perl-520
REQUIRED_PACKAGES += service/network/dns/mdns
REQUIRED_PACKAGES += shell/ksh93
REQUIRED_PACKAGES += system/core-os
REQUIRED_PACKAGES += system/library/math
REQUIRED_PACKAGES += system/library/security/crypto