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