Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
1516N/A#
382N/A# CDDL HEADER START
382N/A#
382N/A# The contents of this file are subject to the terms of the
382N/A# Common Development and Distribution License, Version 1.0 only
382N/A# (the "License"). You may not use this file except in compliance
382N/A# with the License.
382N/A#
382N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
382N/A# or http://www.opensolaris.org/os/licensing.
382N/A# See the License for the specific language governing permissions
382N/A# and limitations under the License.
382N/A#
382N/A# When distributing Covered Code, include this CDDL HEADER in each
382N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
382N/A# If applicable, add the following below this CDDL HEADER, with the
382N/A# fields enclosed by brackets "[]" replaced with your own identifying
382N/A# information: Portions Copyright [yyyy] [name of copyright owner]
382N/A#
382N/A# CDDL HEADER END
382N/A#
3321N/A#
382N/A# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
2028N/A# Use is subject to license terms.
2028N/A#
1431N/A#pragma ident "%Z%%M% %I% %E% SMI"
382N/A
3321N/AMODULE = md.so
1431N/AMDBTGT = kvm
382N/A
1431N/AMODSRCS = dumphotspare.c \
1431N/A dumpnamespace.c \
3234N/A findset.c \
2028N/A md.c \
1431N/A metaset.c \
1431N/A metastat.c \
2843N/A set_io_cnt.c \
3321N/A snarf.c \
3321N/A simple_de_ic.c \
3321N/A walk_hsp.c \
3234N/A walk_sets.c \
3234N/A walk_units.c \
1431N/A walk_didnm.c \
1431N/A walk_nm.c \
2028N/A walk_directory_block.c \
2301N/A walk_directory_entry.c
2028N/A
1968N/A
2962N/Ainclude ../../../../Makefile.cmd
1452N/Ainclude ../../../../Makefile.cmd.64
2606N/Ainclude ../../Makefile.sparcv9
382N/Ainclude ../../../Makefile.module
1431N/A