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