Home | History | Annotate | Download | only in uts
      1     0   stevel #!/bin/sh
      2  1676      jpk #
      3     0   stevel #
      4     0   stevel # CDDL HEADER START
      5     0   stevel #
      6     0   stevel # The contents of this file are subject to the terms of the
      7  1676      jpk # Common Development and Distribution License (the "License").
      8  1676      jpk # You may not use this file except in compliance with the License.
      9     0   stevel #
     10     0   stevel # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
     11     0   stevel # or http://www.opensolaris.org/os/licensing.
     12     0   stevel # See the License for the specific language governing permissions
     13     0   stevel # and limitations under the License.
     14     0   stevel #
     15     0   stevel # When distributing Covered Code, include this CDDL HEADER in each
     16     0   stevel # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     17     0   stevel # If applicable, add the following below this CDDL HEADER, with the
     18     0   stevel # fields enclosed by brackets "[]" replaced with your own identifying
     19     0   stevel # information: Portions Copyright [yyyy] [name of copyright owner]
     20     0   stevel #
     21     0   stevel # CDDL HEADER END
     22     0   stevel #
     23  4271      rie # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
     24     0   stevel # Use is subject to license terms.
     25     0   stevel #
     26     0   stevel #ident	"%Z%%M%	%I%	%E% SMI"
     27     0   stevel 
     28  5084  johnlev #
     29  5084  johnlev # Please KEEP THIS (reasonably) ALPHABETIZED BY FILENAME
     30  5084  johnlev # (to make merging saner)
     31  5084  johnlev #
     32  5084  johnlev 
     33     0   stevel echo_file usr/src/uts/Makefile
     34     0   stevel echo_file usr/src/uts/Makefile.targ
     35     0   stevel echo_file usr/src/uts/Makefile.uts
     36     0   stevel echo_file usr/src/Targetdirs
     37     0   stevel echo_file usr/src/Makefile
     38  5084  johnlev 
     39  1167   kupfer # For full builds (open and closed), we want both etc/certs and
     40  1167   kupfer # etc/keys.  For an open source build, there's no etc/keys directory.
     41  1167   kupfer find_files "s.*" usr/src/cmd/cmd-crypto/etc
     42  5084  johnlev find_files "s.*" usr/src/common/acl
     43  5084  johnlev find_files "s.*" usr/src/common/atomic
     44  5084  johnlev find_files "s.*" usr/src/common/avl
     45  5084  johnlev find_files "s.*" usr/src/common/bignum
     46  5084  johnlev find_files "s.*" usr/src/common/crypto
     47  5084  johnlev find_files "s.*" usr/src/common/ctf
     48  5084  johnlev find_files "s.*" usr/src/common/devid
     49  5084  johnlev find_files "s.*" usr/src/common/exacct
     50  5084  johnlev find_files "s.*" usr/src/common/fs
     51  5084  johnlev find_files "s.*" usr/src/common/mapfiles
     52     0   stevel find_files "s.*" usr/src/common/mdesc
     53  5084  johnlev find_files "s.*" usr/src/common/net/wanboot/crypt
     54  5084  johnlev find_files "s.*" usr/src/common/nvpair
     55  5084  johnlev find_files "s.*" usr/src/common/pci
     56  1222      mws find_files "s.*" usr/src/common/smbios
     57  1676      jpk find_files "s.*" usr/src/common/tsol
     58  5084  johnlev find_files "s.*" usr/src/common/util
     59  5084  johnlev find_files "s.*" usr/src/common/zfs
     60  5084  johnlev find_files "s.*" usr/src/psm/promif
     61