depend revision 087e1372ab71eb8a49fbb5619711cfbb79f695fc
306N/A#
306N/A# CDDL HEADER START
306N/A#
306N/A# The contents of this file are subject to the terms of the
306N/A# Common Development and Distribution License (the "License").
306N/A# You may not use this file except in compliance with the License.
306N/A#
306N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
306N/A# or http://www.opensolaris.org/os/licensing.
306N/A# See the License for the specific language governing permissions
306N/A# and limitations under the License.
306N/A#
306N/A# When distributing Covered Code, include this CDDL HEADER in each
306N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
306N/A# If applicable, add the following below this CDDL HEADER, with the
306N/A# fields enclosed by brackets "[]" replaced with your own identifying
306N/A# information: Portions Copyright [yyyy] [name of copyright owner]
306N/A#
306N/A# CDDL HEADER END
306N/A#
306N/A#
306N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
708N/A# Use is subject to license terms.
306N/A#
306N/A# ident "%Z%%M% %I% %E% SMI"
306N/A#
306N/A# This package information file defines software dependencies associated
306N/A# with the pkg. You can define three types of pkg dependencies with this file:
708N/A# P indicates a prerequisite for installation
306N/A# I indicates an incompatible package
306N/A# R indicates a reverse dependency
306N/A# <pkg.abbr> see pkginfo(4), PKG parameter
844N/A# <name> see pkginfo(4), NAME parameter
844N/A# <version> see pkginfo(4), VERSION parameter
306N/A# <arch> see pkginfo(4), ARCH parameter
306N/A# <type> <pkg.abbr> <name>
306N/A# (<arch>)<version>
306N/A# (<arch>)<version>
306N/A# ...
306N/A# <type> <pkg.abbr> <name>
306N/A# ...
306N/A#
306N/A
306N/AP SUNWcar Core Architecture, (Root)
306N/AP SUNWcakr Core Solaris Kernel Architecture (Root)
306N/AP SUNWkvm Core Architecture, (Kvm)
306N/AP SUNWcsr Core Solaris, (Root)
306N/AP SUNWckr Core Solaris Kernel (Root)
306N/AP SUNWcnetr Core Solaris Network Infrastructure (Root)
708N/AP SUNWcsu Core Solaris, (Usr)
306N/AP SUNWcsd Core Solaris Devices
306N/AP SUNWcsl Core Solaris Libraries
306N/A
306N/A#
306N/A# MDB is very carefully written to be independent of as many things on
306N/A# the system as possible. Do not add any dependencies without adequate
708N/A# review and discussion on mdb-discuss@opensolaris.org.
306N/A
306N/A#
306N/A# MDB has dynamic module loading and failure handling. If you load a
306N/A# module which needs a package that is not installed, then you get a
# nice failure message about that. MDB's package should not depend at
# install time on other packages, regardless of module dependencies.