xref: /onnv-gate/usr/src/cmd/mdb/intel/ia32/hook/Makefile (revision 2958:98aa41c076f5)
1*2958Sdr146992#
2*2958Sdr146992# CDDL HEADER START
3*2958Sdr146992#
4*2958Sdr146992# The contents of this file are subject to the terms of the
5*2958Sdr146992# Common Development and Distribution License (the "License").
6*2958Sdr146992# You may not use this file except in compliance with the License.
7*2958Sdr146992#
8*2958Sdr146992# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*2958Sdr146992# or http://www.opensolaris.org/os/licensing.
10*2958Sdr146992# See the License for the specific language governing permissions
11*2958Sdr146992# and limitations under the License.
12*2958Sdr146992#
13*2958Sdr146992# When distributing Covered Code, include this CDDL HEADER in each
14*2958Sdr146992# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*2958Sdr146992# If applicable, add the following below this CDDL HEADER, with the
16*2958Sdr146992# fields enclosed by brackets "[]" replaced with your own identifying
17*2958Sdr146992# information: Portions Copyright [yyyy] [name of copyright owner]
18*2958Sdr146992#
19*2958Sdr146992# CDDL HEADER END
20*2958Sdr146992#
21*2958Sdr146992#
22*2958Sdr146992# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23*2958Sdr146992# Use is subject to license terms.
24*2958Sdr146992#
25*2958Sdr146992#ident	"%Z%%M%	%I%	%E% SMI"
26*2958Sdr146992
27*2958Sdr146992MODULE = hook.so
28*2958Sdr146992MDBTGT = kvm
29*2958Sdr146992
30*2958Sdr146992MODSRCS = hook.c
31*2958Sdr146992
32*2958Sdr146992include ../../../../Makefile.cmd
33*2958Sdr146992include ../../Makefile.ia32
34*2958Sdr146992include ../../../Makefile.module
35