Makefile revision 1105
1bdda5c0c30463160c47151537e6bb2c6c994841Timo Sirainen# CDDL HEADER START
1bdda5c0c30463160c47151537e6bb2c6c994841Timo Sirainen# The contents of this file are subject to the terms of the
16f816d3f3c32ae3351834253f52ddd0212bcbf3Timo Sirainen# Common Development and Distribution License (the "License").
1bdda5c0c30463160c47151537e6bb2c6c994841Timo Sirainen# You may not use this file except in compliance with the License.
1bdda5c0c30463160c47151537e6bb2c6c994841Timo Sirainen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dce5a2719df4fc64a8762d2aa94ba98dcf9cd6feTimo Sirainen# See the License for the specific language governing permissions
e54512a5189192fe72d1e2c53927c98c5ac920b4Timo Sirainen# and limitations under the License.
1bdda5c0c30463160c47151537e6bb2c6c994841Timo Sirainen# When distributing Covered Code, include this CDDL HEADER in each
645f258ea29afaf09b673fc65d1bd788dfec8db8Timo Sirainen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1bdda5c0c30463160c47151537e6bb2c6c994841Timo Sirainen# If applicable, add the following below this CDDL HEADER, with the
1bdda5c0c30463160c47151537e6bb2c6c994841Timo Sirainen# fields enclosed by brackets "[]" replaced with your own identifying
1bdda5c0c30463160c47151537e6bb2c6c994841Timo Sirainen# information: Portions Copyright [yyyy] [name of copyright owner]
043c8a96a035379bcba04f487d58457beefdfcaaTimo Sirainen# CDDL HEADER END
043c8a96a035379bcba04f487d58457beefdfcaaTimo Sirainen# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
e015e2f7e7f48874495f9df8b0dd192b7ffcb5ccTimo SirainenHUMAN_VERSION= $(COMPONENT_VERSION)p$(COMPONENT_PATCH_VERSION)
1bdda5c0c30463160c47151537e6bb2c6c994841Timo SirainenIPS_COMPONENT_VERSION= $(COMPONENT_VERSION).$(COMPONENT_PATCH_VERSION)
e015e2f7e7f48874495f9df8b0dd192b7ffcb5ccTimo SirainenCOMPONENT_SRC= $(COMPONENT_NAME)-$(HUMAN_VERSION)
c9dea5c23355dea35c6fa423de69f6507852efe4Timo Sirainen sha256:97eeb4e90fba1ae3210e13574a4b3df715957cb9895264c6a455ee97dec87611
e015e2f7e7f48874495f9df8b0dd192b7ffcb5ccTimo SirainenCOMPONENT_ARCHIVE_URL= http://archive.ntp.org/ntp4/ntp-dev/$(COMPONENT_ARCHIVE)
e015e2f7e7f48874495f9df8b0dd192b7ffcb5ccTimo SirainenCFLAGS += $(studio_C99_ENABLE) -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
cf52b37d807553e91a2d6fb7cb2c8b4c34589e1dTimo SirainenCONFIGURE_OPTIONS += --libexecdir=/usr/lib/inet
87460b08cb97b31cde640d4975a6aa2c1d0e7226Timo SirainenCONFIGURE_OPTIONS += --enable-ignore-dns-errors