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