Makefile revision 1097
606N/A#
606N/A# CDDL HEADER START
606N/A#
606N/A# The contents of this file are subject to the terms of the
1265N/A# Common Development and Distribution License (the "License").
606N/A# You may not use this file except in compliance with the License.
606N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
919N/A#
919N/Ainclude ../../make-rules/shared-macros.mk
919N/A
606N/ACOMPONENT_NAME= tcpdump
606N/ACOMPONENT_VERSION= 4.1.1
606N/ACOMPONENT_PROJECT_URL= http://www.tcpdump.org/
606N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
606N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
606N/ACOMPONENT_ARCHIVE_HASH= \
970N/A sha256:e6cd4bbd61ec7adbb61ba8352c4b4734f67b8caaa845d88cb826bc0b9f1e7f0a
970N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)release/$(COMPONENT_ARCHIVE)
970N/A
970N/Ainclude ../../make-rules/prep.mk
970N/Ainclude ../../make-rules/configure.mk
606N/Ainclude ../../make-rules/ips.mk
1265N/A
606N/A# the default setting of 8s makes us core dump
911N/Astudio_ALIGN.sparc.32=
1265N/A
1265N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
911N/ACONFIGURE_OPTIONS += --enable-ipv6=yes
606N/ACONFIGURE_OPTIONS += --with-user=nobody
947N/ACONFIGURE_OPTIONS += --without-crypto
947N/A
947N/A# common targets
947N/Abuild: $(BUILD_32)
606N/A
606N/Ainstall: $(INSTALL_32)
606N/A
606N/Atest: $(NO_TESTS)
606N/A
606N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
606N/A
606N/Ainclude ../../make-rules/depend.mk
606N/A
606N/A