Makefile revision 127
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergara# CDDL HEADER START
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergara# The contents of this file are subject to the terms of the
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergara# Common Development and Distribution License (the "License").
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergara# You may not use this file except in compliance with the License.
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergara# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# See the License for the specific language governing permissions
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# and limitations under the License.
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergara# When distributing Covered Code, include this CDDL HEADER in each
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergara# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergara# 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]
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# CDDL HEADER END
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergara# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergaraCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergaraCOMPONENT_ARCHIVE_HASH= sha1:8f356cbc781192ecb527623d68db90e06aa9d4b9
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludoCOMPONENT_ARCHIVE_URL= http://www.tcpdump.org/release/$(COMPONENT_ARCHIVE)
62713b44520556f3136c67f8716f905d9a90c463matthew_swift# common targets
62713b44520556f3136c67f8716f905d9a90c463matthew_swift @echo "no tests available"