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