Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# CDDL HEADER START
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# The contents of this file are subject to the terms of the
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# Common Development and Distribution License, Version 1.0 only
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# (the "License"). You may not use this file except in compliance
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# with the License.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# or http://www.opensolaris.org/os/licensing.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# See the License for the specific language governing permissions
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# and limitations under the License.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# When distributing Covered Code, include this CDDL HEADER in each
6ec499054450c5e0fd69d78961deef46985ba363Brian Wellington# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# If applicable, add the following below this CDDL HEADER, with the
6ec499054450c5e0fd69d78961deef46985ba363Brian Wellington# fields enclosed by brackets "[]" replaced with your own identifying
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# information: Portions Copyright [yyyy] [name of copyright owner]
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# CDDL HEADER END
6ec499054450c5e0fd69d78961deef46985ba363Brian Wellington# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# Use is subject to license terms.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington#ident "%Z%%M% %I% %E% SMI"
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# This makefile drives the production of the DOS file system
6ec499054450c5e0fd69d78961deef46985ba363Brian Wellington# kernel module.
6ec499054450c5e0fd69d78961deef46985ba363Brian Wellington# sparc architecture dependent
6ec499054450c5e0fd69d78961deef46985ba363Brian Wellington# Path to the base of the uts directory tree (usually /usr/src/uts).
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# Define the module and object file sets.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# Include common rules.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# Define targets
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# Default build targets.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# Include common targets.