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