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