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