Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# CDDL HEADER START
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# The contents of this file are subject to the terms of the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Common Development and Distribution License, Version 1.0 only
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# (the "License"). You may not use this file except in compliance
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# with the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# or http://www.opensolaris.org/os/licensing.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# See the License for the specific language governing permissions
d8c71aacc9f1c8cd40a8ad8dcdad9be8854b849fChristian Maeder# and limitations under the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
96646aed2ae087b942ae23f15bbe729a8f7c43d3Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
c90087f49069855bf684b699f9ca1e2d65eac20bChristian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
01e383014b555bbcf639c0ca60c5810b3eff83c0Christian Maeder# CDDL HEADER END
ce8b15da31cd181b7e90593cbbca98f47eda29d6Till Mossakowski# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# Use is subject to license terms.
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder#ident "%Z%%M% %I% %E% SMI"
ac0bbbcb2774629bb87986e69cf53d3402c5f575Christian Maeder# This makefile drives the production of the timod streams kernel
2e2094a642e3775b0d76b890556407941d3a53b6Christian Maeder# sparc architecture dependent
8410667510a76409aca9bb24ff0eda0420088274Christian Maeder# Path to the base of the uts directory tree (usually /usr/src/uts).
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder# Define the module and object file sets.
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder# Include common rules.
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder# Define targets
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# lint pass one enforcement
2e2094a642e3775b0d76b890556407941d3a53b6Christian Maeder# Default build targets.
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# Include common targets.