xref: /onnv-gate/usr/src/pkg/transforms/synthetic (revision 11838:32bb5d254240)
1*11838SLiane.Praza@Sun.COM#
2*11838SLiane.Praza@Sun.COM# CDDL HEADER START
3*11838SLiane.Praza@Sun.COM#
4*11838SLiane.Praza@Sun.COM# The contents of this file are subject to the terms of the
5*11838SLiane.Praza@Sun.COM# Common Development and Distribution License (the "License").
6*11838SLiane.Praza@Sun.COM# You may not use this file except in compliance with the License.
7*11838SLiane.Praza@Sun.COM#
8*11838SLiane.Praza@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*11838SLiane.Praza@Sun.COM# or http://www.opensolaris.org/os/licensing.
10*11838SLiane.Praza@Sun.COM# See the License for the specific language governing permissions
11*11838SLiane.Praza@Sun.COM# and limitations under the License.
12*11838SLiane.Praza@Sun.COM#
13*11838SLiane.Praza@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
14*11838SLiane.Praza@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*11838SLiane.Praza@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
16*11838SLiane.Praza@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
17*11838SLiane.Praza@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
18*11838SLiane.Praza@Sun.COM#
19*11838SLiane.Praza@Sun.COM# CDDL HEADER END
20*11838SLiane.Praza@Sun.COM#
21*11838SLiane.Praza@Sun.COM
22*11838SLiane.Praza@Sun.COM#
23*11838SLiane.Praza@Sun.COM# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
24*11838SLiane.Praza@Sun.COM# Use is subject to license terms.
25*11838SLiane.Praza@Sun.COM#
26*11838SLiane.Praza@Sun.COM
27*11838SLiane.Praza@Sun.COM#
28*11838SLiane.Praza@Sun.COM# When we process the synthetic manifests, we don't know if a "make
29*11838SLiane.Praza@Sun.COM# clobber" was done or not.  This keeps us from having silly,
30*11838SLiane.Praza@Sun.COM# self-referential dependencies in 'em, even when they make it into
31*11838SLiane.Praza@Sun.COM# the package lists.
32*11838SLiane.Praza@Sun.COM#
33*11838SLiane.Praza@Sun.COM<transform depend fmri=pkg:/on_all@.+ -> drop>
34*11838SLiane.Praza@Sun.COM<transform depend fmri=pkg:/on_extra@.+ -> drop>
35*11838SLiane.Praza@Sun.COM<transform depend fmri=pkg:/consolidation/osnet/osnet-incorporation@.+ -> drop>
36