Home | History | Annotate | Download | only in findunref
      1 #
      2 # CDDL HEADER START
      3 #
      4 # The contents of this file are subject to the terms of the
      5 # Common Development and Distribution License (the "License").
      6 # You may not use this file except in compliance with the License.
      7 #
      8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9 # or http://www.opensolaris.org/os/licensing.
     10 # See the License for the specific language governing permissions
     11 # and limitations under the License.
     12 #
     13 # When distributing Covered Code, include this CDDL HEADER in each
     14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15 # If applicable, add the following below this CDDL HEADER, with the
     16 # fields enclosed by brackets "[]" replaced with your own identifying
     17 # information: Portions Copyright [yyyy] [name of copyright owner]
     18 #
     19 # CDDL HEADER END
     20 #
     21 
     22 #
     23 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     24 # Use is subject to license terms.
     25 #
     26 
     27 #
     28 # closed-tree exception list
     29 #
     30 # See README.exception_lists for details
     31 #
     32 
     33 #
     34 # Ignore internal packages, scripts, and tools that are intentionally not
     35 # built or used during a nightly.
     36 #
     37 ./usr/closed/cmd/zic/makefile.tzpkg
     38 ./usr/closed/cmd/zic/tzpkg.awk
     39 
     40 #
     41 # Ignore files that get used during a EXPORT_SRC or CRYPT_SRC build only.
     42 #
     43 ./usr/closed/uts/sun4v/io/n2cp/Makefile
     44 ./usr/closed/uts/sun4v/io/ncp/Makefile
     45 
     46 #
     47 # Ignore files that are only used for warlock
     48 #
     49 ./usr/closed/uts/sparc/marvell88sx/Makefile
     50 
     51 #
     52 # An unfortunate artifact of the bridged, split gate is that closed-source
     53 # deleted files go where findunref can accidentally find them...
     54 #
     55 # And an unfortunate artifact of using these tools with both full Teamware
     56 # and split, non-Teamware workspaces is that sometimes closed/deleted_files
     57 # won't exist, so we need the ISUSED directive here.
     58 #
     59 # ISUSED - let checkpaths know that the next entry is good.
     60 ./usr/closed/deleted_files
     61 
     62 #
     63 # Ignore some files originally shared by Broadcom as part of bnxe driver
     64 #
     65 ./usr/closed/uts/common/io/bnxe/577xx
     66 ./usr/closed/uts/common/io/bnxe/src/bnxe_debug.h
     67