1*df8bdeb3Sjohnz#!/bin/sh 2*df8bdeb3Sjohnz# 3*df8bdeb3Sjohnz# CDDL HEADER START 4*df8bdeb3Sjohnz# 5*df8bdeb3Sjohnz# The contents of this file are subject to the terms of the 6*df8bdeb3Sjohnz# Common Development and Distribution License (the "License"). 7*df8bdeb3Sjohnz# You may not use this file except in compliance with the License. 8*df8bdeb3Sjohnz# 9*df8bdeb3Sjohnz# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10*df8bdeb3Sjohnz# or http://www.opensolaris.org/os/licensing. 11*df8bdeb3Sjohnz# See the License for the specific language governing permissions 12*df8bdeb3Sjohnz# and limitations under the License. 13*df8bdeb3Sjohnz# 14*df8bdeb3Sjohnz# When distributing Covered Code, include this CDDL HEADER in each 15*df8bdeb3Sjohnz# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16*df8bdeb3Sjohnz# If applicable, add the following below this CDDL HEADER, with the 17*df8bdeb3Sjohnz# fields enclosed by brackets "[]" replaced with your own identifying 18*df8bdeb3Sjohnz# information: Portions Copyright [yyyy] [name of copyright owner] 19*df8bdeb3Sjohnz# 20*df8bdeb3Sjohnz# CDDL HEADER END 21*df8bdeb3Sjohnz# 22*df8bdeb3Sjohnz 23*df8bdeb3Sjohnz# 24*df8bdeb3Sjohnz# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 25*df8bdeb3Sjohnz# Use is subject to license terms. 26*df8bdeb3Sjohnz# 27*df8bdeb3Sjohnz# ident "%Z%%M% %I% %E% SMI" 28*df8bdeb3Sjohnz 29*df8bdeb3Sjohnzecho_file usr/src/uts/common/sys/crypto/elfsign.h 30*df8bdeb3Sjohnzfind_files "s.*.h" \ 31*df8bdeb3Sjohnz usr/src/lib/libcryptoutil/ 32*df8bdeb3Sjohnzfind_files "s.*" \ 33*df8bdeb3Sjohnz usr/src/cmd/cmd-crypto/elfsign \ 34*df8bdeb3Sjohnz usr/src/lib/libelfsign/ 35