Makefile revision 3347
163N/A#
163N/A# CDDL HEADER START
163N/A#
163N/A# The contents of this file are subject to the terms of the
163N/A# Common Development and Distribution License (the "License").
163N/A# You may not use this file except in compliance with the License.
163N/A#
163N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
163N/A# or http://www.opensolaris.org/os/licensing.
163N/A# See the License for the specific language governing permissions
163N/A# and limitations under the License.
163N/A#
163N/A# When distributing Covered Code, include this CDDL HEADER in each
163N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
163N/A# If applicable, add the following below this CDDL HEADER, with the
163N/A# fields enclosed by brackets "[]" replaced with your own identifying
163N/A# information: Portions Copyright [yyyy] [name of copyright owner]
163N/A#
163N/A# CDDL HEADER END
163N/A#
163N/A
163N/A#
3996N/A# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
163N/A#
163N/A
3996N/Ainclude ../../make-rules/shared-macros.mk
3996N/A
163N/ACOMPONENT_NAME= ntp
163N/ACOMPONENT_PATCH_VERSION= 381
163N/ACOMPONENT_VERSION= 4.2.7
163N/AHUMAN_VERSION= $(COMPONENT_VERSION)p$(COMPONENT_PATCH_VERSION)
211N/AIPS_COMPONENT_VERSION= $(COMPONENT_VERSION).$(COMPONENT_PATCH_VERSION)
1703N/ACOMPONENT_PROJECT_URL= http://www.ntp.org/
636N/ACOMPONENT_SRC_NAME= ntp-dev
211N/ACOMPONENT_SRC= $(COMPONENT_SRC_NAME)-$(HUMAN_VERSION)
1703N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
1703N/A sha256:169e56bde7df2822c48e5dc8c3cebc6033a47fd278c8783aaf32770ca295fdcc
618N/ACOMPONENT_ARCHIVE_URL= http://archive.ntp.org/ntp4/ntp-dev/$(COMPONENT_ARCHIVE)
1273N/ACOMPONENT_BUGDB= service/ntp
163N/A
3661N/ATPNO= 18350
3661N/A
3996N/APATCH_LEVEL = 0
3996N/A
3996N/Ainclude ../../make-rules/prep.mk
163N/Ainclude ../../make-rules/configure.mk
163N/Ainclude ../../make-rules/ips.mk
163N/A
163N/ACFLAGS += $(studio_C99_ENABLE) -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
163N/A
163N/ACONFIGURE_ENV += CFLAGS="$(CFLAGS)"
163N/ACONFIGURE_OPTIONS += --bindir=/usr/sbin
163N/ACONFIGURE_OPTIONS += --with-binsubdir=sbin
163N/ACONFIGURE_OPTIONS += --libexecdir=/usr/lib/inet
163N/ACONFIGURE_OPTIONS += --sysconfdir=/etc/inet
163N/ACONFIGURE_OPTIONS += --enable-all-clocks
163N/ACONFIGURE_OPTIONS += --enable-debugging
163N/ACONFIGURE_OPTIONS += --enable-debug-timing
163N/ACONFIGURE_OPTIONS += --disable-optional-args
163N/ACONFIGURE_OPTIONS += --enable-parse-clocks
163N/ACONFIGURE_OPTIONS += --enable-ignore-dns-errors
163N/ACONFIGURE_OPTIONS += --without-ntpsnmpd
163N/ACONFIGURE_OPTIONS += --with-openssl-libdir=/lib
163N/A
163N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
163N/A
163N/Abuild: $(BUILD_32)
163N/Ainstall: $(INSTALL_32)
163N/Atest: $(NO_TESTS)
163N/A
163N/Ainclude ../../make-rules/depend.mk
163N/A