Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna# CDDL HEADER START
4ea8055e720d18f386b8026b546e5836ecccba4arjung# The contents of this file are subject to the terms of the
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe# Common Development and Distribution License (the "License").
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe# You may not use this file except in compliance with the License.
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe# See the License for the specific language governing permissions
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe# and limitations under the License.
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# When distributing Covered Code, include this CDDL HEADER in each
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# If applicable, add the following below this CDDL HEADER, with the
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# fields enclosed by brackets "[]" replaced with your own identifying
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# information: Portions Copyright [yyyy] [name of copyright owner]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# CDDL HEADER END
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# Use is subject to license terms.
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe# This makefile drives the pruction of the Management Network
8068423ee2d80a7c42b2325a71c24ac9485327cecovener# Path to the base of the uts directory tree (usually /usr/src/uts).
7703bad94964cc64022e08e2d1ae2c5fbfe2d3c6covener# Define the module and object file sets.
19ce7effbcc8a735f1a883f9266e086fde2adb63poirier# Include common rules.
8eac2273e3d5f2dc8464fada76fcfbf33a938a2fcovener# Define targets
c6124d7fde07b58d51785d0f1cb509026eeaa138jimINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
680e7b4c70df00b695883c824947ca6ec15d69ecsf# lint pass one enforcement
3a49a6c98ef80c71830e66e7f8f46083001b494ctrawickLDFLAGS += -dy -Ndrv/ip -Ndrv/eri -Ndrv/iosram -Nmisc/mboxsc
03aa31ad82759363ba1a55589e517b16308ef635minfrin# Default build targets.
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# Include common targets.