1*4732Sdavemq# 2*4732Sdavemq# CDDL HEADER START 3*4732Sdavemq# 4*4732Sdavemq# The contents of this file are subject to the terms of the 5*4732Sdavemq# Common Development and Distribution License (the "License"). 6*4732Sdavemq# You may not use this file except in compliance with the License. 7*4732Sdavemq# 8*4732Sdavemq# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*4732Sdavemq# or http://www.opensolaris.org/os/licensing. 10*4732Sdavemq# See the License for the specific language governing permissions 11*4732Sdavemq# and limitations under the License. 12*4732Sdavemq# 13*4732Sdavemq# When distributing Covered Code, include this CDDL HEADER in each 14*4732Sdavemq# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*4732Sdavemq# If applicable, add the following below this CDDL HEADER, with the 16*4732Sdavemq# fields enclosed by brackets "[]" replaced with your own identifying 17*4732Sdavemq# information: Portions Copyright [yyyy] [name of copyright owner] 18*4732Sdavemq# 19*4732Sdavemq# CDDL HEADER END 20*4732Sdavemq# 21*4732Sdavemq# 22*4732Sdavemq# 23*4732Sdavemq# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 24*4732Sdavemq# Use is subject to license terms. 25*4732Sdavemq# 26*4732Sdavemq#ident "%Z%%M% %I% %E% SMI" 27*4732Sdavemq# 28*4732Sdavemq# Global definitions for sun4v maramba implementation specific modules. 29*4732Sdavemq# 30*4732Sdavemq 31*4732Sdavemq# 32*4732Sdavemq# Define directories. 33*4732Sdavemq# 34*4732Sdavemq 35*4732SdavemqUSR_MARAMBA_DIR = $(USR_PLAT_DIR)/SUNW,T5140 36*4732SdavemqUSR_MARAMBA_SBIN_DIR = $(USR_MARAMBA_DIR)/sbin 37*4732SdavemqUSR_MARAMBA_LIB_DIR = $(USR_MARAMBA_DIR)/lib 38