Makefile revision 00ab1250ca6296131437f41e529d52b2a88a2501
893N/A#
2362N/A# CDDL HEADER START
893N/A#
893N/A# The contents of this file are subject to the terms of the
893N/A# Common Development and Distribution License, Version 1.0 only
893N/A# (the "License"). You may not use this file except in compliance
893N/A# with the License.
893N/A#
893N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
893N/A# or http://www.opensolaris.org/os/licensing.
893N/A# See the License for the specific language governing permissions
893N/A# and limitations under the License.
893N/A#
893N/A# When distributing Covered Code, include this CDDL HEADER in each
893N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
893N/A# If applicable, add the following below this CDDL HEADER, with the
893N/A# fields enclosed by brackets "[]" replaced with your own identifying
893N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2362N/A#
2362N/A# CDDL HEADER END
2362N/A#
893N/A#
893N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
893N/A# Use is subject to license terms.
1319N/A#
893N/A#ident "%Z%%M% %I% %E% SMI"
893N/A
893N/AMODULE = etm
893N/ACLASS = arch
893N/AARCH = sun4v
893N/A
893N/ASRCS = etm.c etm_xport_api_dd.c
893N/A
893N/Ainclude ../../Makefile.plugin
893N/A