Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
124N/A#
124N/A# CDDL HEADER START
124N/A#
124N/A# The contents of this file are subject to the terms of the
124N/A# Common Development and Distribution License, Version 1.0 only
124N/A# (the "License"). You may not use this file except in compliance
124N/A# with the License.
124N/A#
124N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
124N/A# or http://www.opensolaris.org/os/licensing.
124N/A# See the License for the specific language governing permissions
124N/A# and limitations under the License.
124N/A#
124N/A# When distributing Covered Code, include this CDDL HEADER in each
124N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
124N/A# If applicable, add the following below this CDDL HEADER, with the
124N/A# fields enclosed by brackets "[]" replaced with your own identifying
124N/A# information: Portions Copyright [yyyy] [name of copyright owner]
124N/A#
124N/A# CDDL HEADER END
5680N/A#
5680N/A#
5230N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
124N/A# Use is subject to license terms.
5680N/A#
124N/A#pragma ident "%Z%%M% %I% %E% SMI"
124N/A
124N/AMODULE = mpxio.so
5617N/AMDBTGT = kvm
618N/A
124N/AMODSRCS = main.c \
844N/A mdi_walkers.c \
5617N/A mpxio_dcmds.c \
618N/A util.c
124N/A
5617N/A
2899N/Ainclude ../../../../Makefile.cmd
5648N/Ainclude ../../Makefile.ia32
5648N/Ainclude ../../../Makefile.module
5648N/A