req.flg revision 843e19887f64dde75055cf8842fc4db2171eff45
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang#!/bin/sh
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang#
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang#
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# CDDL HEADER START
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang#
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# The contents of this file are subject to the terms of the
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# Common Development and Distribution License (the "License").
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# You may not use this file except in compliance with the License.
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang#
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# or http://www.opensolaris.org/os/licensing.
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# See the License for the specific language governing permissions
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# and limitations under the License.
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang#
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# When distributing Covered Code, include this CDDL HEADER in each
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# If applicable, add the following below this CDDL HEADER, with the
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# fields enclosed by brackets "[]" replaced with your own identifying
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# information: Portions Copyright [yyyy] [name of copyright owner]
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang#
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# CDDL HEADER END
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang#
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# Use is subject to license terms.
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang#
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang#ident "%Z%%M% %I% %E% SMI"
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang#
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# Please KEEP THIS (reasonably) ALPHABETIZED BY FILENAME
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# (to make merging saner)
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang#
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangecho_file usr/src/uts/Makefile
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangecho_file usr/src/uts/Makefile.targ
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangecho_file usr/src/uts/Makefile.uts
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangecho_file usr/src/Targetdirs
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangecho_file usr/src/Makefile
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# For full builds (open and closed), we want both etc/certs and
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# etc/keys. For an open source build, there's no etc/keys directory.
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangfind_files "s.*" usr/src/cmd/cmd-crypto/etc
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangfind_files "s.*" usr/src/common/acl
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangfind_files "s.*" usr/src/common/atomic
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangfind_files "s.*" usr/src/common/avl
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangfind_files "s.*" usr/src/common/bignum
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangfind_files "s.*" usr/src/common/crypto
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangfind_files "s.*" usr/src/common/ctf
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangfind_files "s.*" usr/src/common/devid
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangfind_files "s.*" usr/src/common/exacct
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangfind_files "s.*" usr/src/common/fs
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangfind_files "s.*" usr/src/common/mapfiles
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangfind_files "s.*" usr/src/common/mdesc
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangfind_files "s.*" usr/src/common/net/wanboot/crypt
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangfind_files "s.*" usr/src/common/nvpair
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangfind_files "s.*" usr/src/common/pci
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangfind_files "s.*" usr/src/common/smbios
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangfind_files "s.*" usr/src/common/tsol
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangfind_files "s.*" usr/src/common/util
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangfind_files "s.*" usr/src/common/zfs
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wangfind_files "s.*" usr/src/psm/promif
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang