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