Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
483ed5892604266e702d65db4d0b2b621c488a09wrowe# CDDL HEADER START
483ed5892604266e702d65db4d0b2b621c488a09wrowe# The contents of this file are subject to the terms of the
483ed5892604266e702d65db4d0b2b621c488a09wrowe# Common Development and Distribution License, Version 1.0 only
483ed5892604266e702d65db4d0b2b621c488a09wrowe# (the "License"). You may not use this file except in compliance
483ed5892604266e702d65db4d0b2b621c488a09wrowe# with the License.
483ed5892604266e702d65db4d0b2b621c488a09wrowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
483ed5892604266e702d65db4d0b2b621c488a09wrowe# See the License for the specific language governing permissions
483ed5892604266e702d65db4d0b2b621c488a09wrowe# and limitations under the License.
483ed5892604266e702d65db4d0b2b621c488a09wrowe# When distributing Covered Code, include this CDDL HEADER in each
483ed5892604266e702d65db4d0b2b621c488a09wrowe# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
483ed5892604266e702d65db4d0b2b621c488a09wrowe# If applicable, add the following below this CDDL HEADER, with the
483ed5892604266e702d65db4d0b2b621c488a09wrowe# fields enclosed by brackets "[]" replaced with your own identifying
483ed5892604266e702d65db4d0b2b621c488a09wrowe# information: Portions Copyright [yyyy] [name of copyright owner]
483ed5892604266e702d65db4d0b2b621c488a09wrowe# CDDL HEADER END
483ed5892604266e702d65db4d0b2b621c488a09wrowe# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
483ed5892604266e702d65db4d0b2b621c488a09wrowe# Use is subject to license terms.
483ed5892604266e702d65db4d0b2b621c488a09wrowe#ident "%Z%%M% %I% %E% SMI"
483ed5892604266e702d65db4d0b2b621c488a09wrowe# Path to the base of the uts directory tree (usually /usr/src/uts).
483ed5892604266e702d65db4d0b2b621c488a09wrowe# Define the module and object file sets.
483ed5892604266e702d65db4d0b2b621c488a09wroweLDFLAGS += -dy -Nmisc/gld -Nmisc/ibtl -Nmisc/ibcm -Nmisc/ibmf
483ed5892604266e702d65db4d0b2b621c488a09wrowe# Include common rules.
483ed5892604266e702d65db4d0b2b621c488a09wrowe# Define targets
483ed5892604266e702d65db4d0b2b621c488a09wrowe# lint pass one enforcement
483ed5892604266e702d65db4d0b2b621c488a09wrowe# Default build targets.
483ed5892604266e702d65db4d0b2b621c488a09wrowe# Include common targets.
483ed5892604266e702d65db4d0b2b621c488a09wrowe# Defines for local commands.
$(TOUCH) $@