Makefile revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# CDDL HEADER START
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# The contents of this file are subject to the terms of the
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# Common Development and Distribution License (the "License").
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# You may not use this file except in compliance with the License.
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d676c69348c891c2a261a6dbd4f450ddb2e312f3Tripp# See the License for the specific language governing permissions
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# and limitations under the License.
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# When distributing Covered Code, include this CDDL HEADER in each
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# If applicable, add the following below this CDDL HEADER, with the
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# fields enclosed by brackets "[]" replaced with your own identifying
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# information: Portions Copyright [yyyy] [name of copyright owner]
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# CDDL HEADER END
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# Use is subject to license terms.
2431f6aca1be7f7a136c5df34022e3f902490075Tripp#ident "%Z%%M% %I% %E% SMI"
d676c69348c891c2a261a6dbd4f450ddb2e312f3Tripp# This makefile drives the production of the md_sp module
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# architecture independent
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# Path to the base of the uts directory tree (usually /usr/src/uts).
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# Define the module and object file sets.
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# Include common rules.
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# Define targets
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# For now, disable these lint checks; maintainers should endeavor
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# to investigate and remove these for maximum lint coverage.
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# Please do not carry these forward to new Makefiles.
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# Default build targets.
2431f6aca1be7f7a136c5df34022e3f902490075Tripp# Include common targets.