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