Makefile revision 554
c1dc4b8dc95cd9e0b032c8cf80bcee01c027e1d2Christian Maeder# CDDL HEADER START
c07ec82bbefe80f8a17e9e03b78f4d9140103dc5Christian Maeder# The contents of this file are subject to the terms of the
98890889ffb2e8f6f722b00e265a211f13b5a861Corneliu-Claudiu Prodescu# Common Development and Distribution License (the "License").
898c318756092d7e875df0239ba783f3dfe3c6b7Christian Maeder# You may not use this file except in compliance with the License.
898c318756092d7e875df0239ba783f3dfe3c6b7Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c07ec82bbefe80f8a17e9e03b78f4d9140103dc5Christian Maeder# or http://www.opensolaris.org/os/licensing.
f3a94a197960e548ecd6520bb768cb0d547457bbChristian Maeder# See the License for the specific language governing permissions
898c318756092d7e875df0239ba783f3dfe3c6b7Christian Maeder# and limitations under the License.
898c318756092d7e875df0239ba783f3dfe3c6b7Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
898c318756092d7e875df0239ba783f3dfe3c6b7Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
898c318756092d7e875df0239ba783f3dfe3c6b7Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
898c318756092d7e875df0239ba783f3dfe3c6b7Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
898c318756092d7e875df0239ba783f3dfe3c6b7Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
35db0960aa2e2a13652381c756fae5fb2b27213bChristian Maeder# CDDL HEADER END
898c318756092d7e875df0239ba783f3dfe3c6b7Christian Maeder# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
148c037c109a1d409b8afb011c6b82f8d9ee4b62Christian MaederCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
fc9b69f521204a16ea815bac8ca7e12100d3f699Christian MaederCOMPONENT_ARCHIVE_HASH= sha1:cd8d806752aa6f5716cf193585024a002e098bf4
COMPONENT_TEST_TARGETS = test
test: $(TEST_32)
$(TOUCH) $@