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