Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# CDDL HEADER START
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# The contents of this file are subject to the terms of the
06140f733a711340d20650b9b096efe234d6ebcbAutomatic Updater# Common Development and Distribution License, Version 1.0 only
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# (the "License"). You may not use this file except in compliance
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# with the License.
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# See the License for the specific language governing permissions
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# and limitations under the License.
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# When distributing Covered Code, include this CDDL HEADER in each
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# If applicable, add the following below this CDDL HEADER, with the
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
2ae23f7fc6f9422a1a4198e82778c92aba4577d3Mark Andrews# CDDL HEADER END
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# Use is subject to license terms.
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews#ident "%Z%%M% %I% %E% SMI"
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# This makefile drives the production of the intpexec (interpreter)
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# exec kernel module.
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# sparc architecture dependent
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# Path to the base of the uts directory tree (usually /usr/src/uts).
a094c46640de70bb03a9351211fb17c41b6fbbb5Automatic Updater# Define the module and object file sets.
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# Define targets
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# Include common rules.
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# Default build targets.
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews# Include common targets.