Makefile revision 4759
11f343b8117dbf56931f537820c2749a8232fec2Liam P. White# CDDL HEADER START
35e0418c921e7057987f57ba30ba95ec5e03c9e5knutux# The contents of this file are subject to the terms of the
35e0418c921e7057987f57ba30ba95ec5e03c9e5knutux# Common Development and Distribution License (the "License").
35e0418c921e7057987f57ba30ba95ec5e03c9e5knutux# You may not use this file except in compliance with the License.
35e0418c921e7057987f57ba30ba95ec5e03c9e5knutux# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
35e0418c921e7057987f57ba30ba95ec5e03c9e5knutux# See the License for the specific language governing permissions
35e0418c921e7057987f57ba30ba95ec5e03c9e5knutux# and limitations under the License.
35e0418c921e7057987f57ba30ba95ec5e03c9e5knutux# When distributing Covered Code, include this CDDL HEADER in each
35e0418c921e7057987f57ba30ba95ec5e03c9e5knutux# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
11f343b8117dbf56931f537820c2749a8232fec2Liam P. White# If applicable, add the following below this CDDL HEADER, with the
11f343b8117dbf56931f537820c2749a8232fec2Liam P. White# fields enclosed by brackets "[]" replaced with your own identifying
11f343b8117dbf56931f537820c2749a8232fec2Liam P. White# information: Portions Copyright [yyyy] [name of copyright owner]
35e0418c921e7057987f57ba30ba95ec5e03c9e5knutux# CDDL HEADER END
1a71e5db977570fb40ad8689ee7a31ecc7540f11mental# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
cdef31ce8c9e6d220e3a1a6b8a06ac0a3eb5d1edMarkus EngelCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
470cc275d97606f1c400867ef00fd79fbf349b66Markus Engel sha256:7ad3112187e88328b85e46dce7a9b949632af18ee74d97ffc3f2b41fe7f448b0
470cc275d97606f1c400867ef00fd79fbf349b66Markus EngelCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)release/$(COMPONENT_ARCHIVE)
470cc275d97606f1c400867ef00fd79fbf349b66Markus Engel# libpcap Makefile does not use CFLAGS when building shared library
51dc158adbe2c9d1df3c941cbf78b90944d1afc2Markus Engel# so we require the following line to add the -m option to CC
203b91a85466178dd14a24236e0e42539bc4a24bMarkus EngelCONFIGURE_OPTIONS += CFLAGS="$(CFLAGS) -DHAVE_CONFIG_H"
test: $(NO_TESTS)