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