Makefile revision 2899
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy# CDDL HEADER START
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy# The contents of this file are subject to the terms of the
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy# Common Development and Distribution License (the "License").
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy# You may not use this file except in compliance with the License.
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy# or http://www.opensolaris.org/os/licensing.
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy# See the License for the specific language governing permissions
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy# and limitations under the License.
7b1753e64ab6c8c68e7cd79acbedfdfba12bd7f8John Wren Kennedy# When distributing Covered Code, include this CDDL HEADER in each
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy# If applicable, add the following below this CDDL HEADER, with the
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy# fields enclosed by brackets "[]" replaced with your own identifying
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy# information: Portions Copyright [yyyy] [name of copyright owner]
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy# CDDL HEADER END
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren KennedyCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren KennedyCOMPONENT_PROJECT_URL= http://www.isc.org/software/bind/
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy# hash from: sha256sum $(COMPONENT_ARCHIVE) | sed 's/\(.[^ ]*\).*/sha256:\1/'
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy sha256:4f052195a62218c05a05033774452e6a9e329b865c01e594cc20a6adf11e0d0f
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy http://ftp.isc.org/isc/bind9/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy# FYI, The configure options are displayed by 'named -V'. Previously
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy# that was overriden by setting CONFIGARGS to hide build server
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy# Traditionally all BIND executables are installed in sbin not bin.
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedy# DNS libraries are in usr/lib/dns - Override settings from configure.mk
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren KennedyCONFIGURE_BINDIR.32 = $(CONFIGURE_PREFIX)/sbin
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren KennedyCONFIGURE_LIBDIR.32 = $(CONFIGURE_PREFIX)/lib/dns
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren KennedyCONFIGURE_OPTIONS += --sbindir=$(CONFIGURE_BINDIR.$(BITS))
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren KennedyCONFIGURE_OPTIONS += --disable-openssl-version-check
# To make it use version 2.9.x we need to skip this check by
# @ EOF = Display count of RESULTS: i.e. R:PASS=124 R:UNTESTED=26 Total=150
.PHONY: test
$(FULL_TEST_32):
$(TEST_32):
test-summary:
if [ -f $$file ]; then \
test-version:
test-clean: