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