Makefile revision 8452:89d32dfdae6e
1226031Sstas#
2234027Sstas# CDDL HEADER START
3226031Sstas#
4226031Sstas# The contents of this file are subject to the terms of the
5226031Sstas# Common Development and Distribution License (the "License").
6226031Sstas# You may not use this file except in compliance with the License.
7226031Sstas#
8226031Sstas# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9226031Sstas# or http://www.opensolaris.org/os/licensing.
10226031Sstas# See the License for the specific language governing permissions
11226031Sstas# and limitations under the License.
12226031Sstas#
13226031Sstas# When distributing Covered Code, include this CDDL HEADER in each
14226031Sstas# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15226031Sstas# If applicable, add the following below this CDDL HEADER, with the
16226031Sstas# fields enclosed by brackets "[]" replaced with your own identifying
17226031Sstas# information: Portions Copyright [yyyy] [name of copyright owner]
18226031Sstas#
19226031Sstas# CDDL HEADER END
20226031Sstas#
21226031Sstas#
22226031Sstas# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
23226031Sstas# Use is subject to license terms.
24226031Sstas#
25226031Sstas
26226031SstasMODULE = md.so
27226031SstasMDBTGT = kvm
28226031Sstas
29226031SstasMODSRCS = dumphotspare.c \
30226031Sstas	dumpmirror.c \
31226031Sstas	dumpnamespace.c \
32226031Sstas	findset.c \
33226031Sstas	md.c  \
34226031Sstas	metaset.c \
35226031Sstas	metastat.c \
36226031Sstas	set_io_cnt.c \
37226031Sstas	snarf.c \
38226031Sstas	simple_de_ic.c \
39226031Sstas	walk_hsp.c \
40226031Sstas	walk_sets.c \
41226031Sstas	walk_units.c \
42226031Sstas	walk_didnm.c \
43226031Sstas	walk_nm.c \
44226031Sstas	walk_directory_block.c \
45226031Sstas	walk_directory_entry.c
46226031Sstas
47226031Sstasinclude ../../../../Makefile.cmd
48226031Sstasinclude ../../Makefile.ia32
49226031Sstasinclude ../../../Makefile.module
50226031Sstas