Makefile.defs revision 2
f7c21e46c4b5fdae516b91374c24a87671f83ea3Andreas Gustafsson#
3827c16dceef0d16ac877f5aae5e66affdc1fcceEric Luce# CDDL HEADER START
fafd1d771905532e8dc3efa2ce90ce4c9e74af61Eric Luce#
3827c16dceef0d16ac877f5aae5e66affdc1fcceEric Luce# The contents of this file are subject to the terms of the
ddc9b4f5f7999b8b5f7398c838d84f24d7727ec1Mark Andrews# Common Development and Distribution License (the "License").
3827c16dceef0d16ac877f5aae5e66affdc1fcceEric Luce# You may not use this file except in compliance with the License.
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce#
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce# or http://www.opensolaris.org/os/licensing.
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce# See the License for the specific language governing permissions
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce# and limitations under the License.
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce#
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce# When distributing Covered Code, include this CDDL HEADER in each
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce# If applicable, add the following below this CDDL HEADER, with the
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce# fields enclosed by brackets "[]" replaced with your own identifying
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce# information: Portions Copyright [yyyy] [name of copyright owner]
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce#
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce# CDDL HEADER END
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce#
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce#
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce#
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce
55c73d07349b0be7d800f39fcc30eba6ab760129Eric LuceSCSILIBDIR = /usr/lib/scsi
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce
55c73d07349b0be7d800f39fcc30eba6ab760129Eric LuceROOTSCSILIBDIR = $(ROOT)/usr/lib/scsi
55c73d07349b0be7d800f39fcc30eba6ab760129Eric LuceSTUBROOTSCSILIBDIR = $(STUBROOT)/usr/lib/scsi
55c73d07349b0be7d800f39fcc30eba6ab760129Eric LuceLROOTSCSILIBDIR = $(LROOT)/usr/lib/scsi
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce
55c73d07349b0be7d800f39fcc30eba6ab760129Eric LuceSCSIHDRDIR = /usr/include/scsi
55c73d07349b0be7d800f39fcc30eba6ab760129Eric LuceROOTSCSIHDRDIR = $(ROOT)/usr/include/scsi
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce
55c73d07349b0be7d800f39fcc30eba6ab760129Eric LucePLUGINLIBDIR = $(SCSILIBDIR)/plugins
55c73d07349b0be7d800f39fcc30eba6ab760129Eric LuceROOTPLUGINLIBDIR = $(ROOTSCSILIBDIR)/plugins
55c73d07349b0be7d800f39fcc30eba6ab760129Eric LucePLUGINHDRDIR = $(SCSIHDRDIR)/plugins
55c73d07349b0be7d800f39fcc30eba6ab760129Eric LuceROOTPLUGINHDRDIR = $(ROOTSCSIHDRDIR)/plugins
55c73d07349b0be7d800f39fcc30eba6ab760129Eric Luce