1268N/A#
1268N/A# CDDL HEADER START
1268N/A#
1268N/A# The contents of this file are subject to the terms of the
1268N/A# Common Development and Distribution License, Version 1.0 only
1268N/A# (the "License"). You may not use this file except in compliance
1268N/A# with the License.
1268N/A#
1268N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1268N/A# or http://www.opensolaris.org/os/licensing.
1268N/A# See the License for the specific language governing permissions
1268N/A# and limitations under the License.
1268N/A#
1268N/A# When distributing Covered Code, include this CDDL HEADER in each
1268N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1268N/A# If applicable, add the following below this CDDL HEADER, with the
1268N/A# fields enclosed by brackets "[]" replaced with your own identifying
1268N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1268N/A#
1268N/A# CDDL HEADER END
5680N/A#
1268N/A#
5680N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
5680N/A# Use is subject to license terms.
5680N/A#
1268N/A
1268N/AMODULE = zfs.so
1268N/AMDBTGT = kvm
3889N/A
1268N/AMODSRCS = zfs.c
3889N/A
1268N/Ainclude ../../../../Makefile.cmd
3889N/Ainclude ../../../../Makefile.cmd.64
2899N/Ainclude ../../Makefile.sparcv9
5680N/Ainclude ../../../Makefile.module
5680N/Ainclude ../../../common/modules/zfs/Makefile.zfs
1268N/A
1294N/ACPPFLAGS += -I../../../../../uts/common/fs/zfs
1268N/A
5680N/AC99MODE= -xc99=%all
5680N/AC99LMODE= -Xc99=%all
1268N/A
4730N/ACERRWARN += -_gcc=-Wno-type-limits
4730N/A