Makefile revision 438
3237926e4f6d3198e5a152cc99ae0ac68bf48238matthew# CDDL HEADER START
3237926e4f6d3198e5a152cc99ae0ac68bf48238matthew# The contents of this file are subject to the terms of the
3237926e4f6d3198e5a152cc99ae0ac68bf48238matthew# Common Development and Distribution License (the "License").
3237926e4f6d3198e5a152cc99ae0ac68bf48238matthew# You may not use this file except in compliance with the License.
3237926e4f6d3198e5a152cc99ae0ac68bf48238matthew# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# See the License for the specific language governing permissions
3237926e4f6d3198e5a152cc99ae0ac68bf48238matthew# and limitations under the License.
3237926e4f6d3198e5a152cc99ae0ac68bf48238matthew# When distributing Covered Code, include this CDDL HEADER in each
3237926e4f6d3198e5a152cc99ae0ac68bf48238matthew# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# If applicable, add the following below this CDDL HEADER, with the
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
3237926e4f6d3198e5a152cc99ae0ac68bf48238matthew# CDDL HEADER END
3237926e4f6d3198e5a152cc99ae0ac68bf48238matthew# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
3237926e4f6d3198e5a152cc99ae0ac68bf48238matthewCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)-ESV-R1
3237926e4f6d3198e5a152cc99ae0ac68bf48238matthewCOMPONENT_ARCHIVE_HASH= sha1:64664b2fd3ce9e372785cbbef685f86ee3dcd53a
3237926e4f6d3198e5a152cc99ae0ac68bf48238matthewCOMPONENT_ARCHIVE_URL= http://ftp.isc.org/isc/dhcp/$(COMPONENT_ARCHIVE)
3237926e4f6d3198e5a152cc99ae0ac68bf48238matthewCONFIGURE_OPTIONS += CFLAGS="$(CFLAGS) -DUSE_SOCKETS"