1#!/bin/sh
2
3#
4# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
5# Use is subject to license terms.
6#
7#ident	"%Z%%M%	%I%	%E% SMI"
8#
9# We need the files in the usr/cmd/perl/contrib area, and perl builds a private
10# shared object, libperl.so, which we build as if it were a standard Solaris
11# library.
12#
13
14find_files "s.*" usr/src/cmd/perl/contrib
15echo_file usr/src/lib/Makefile.lib
16echo_file usr/src/lib/Makefile.targ
17find_files "s.*" usr/src/lib/common
18