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