blob: f02f86c7fe7639de44e3c5e53a180e2794d88cf6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
#
# Copyright (c) 2001 by Sun Microsystems, Inc.
# All rights reserved.
#
#pragma ident "%Z%%M% %I% %E% SMI"
echo_file usr/src/lib/Makefile.lib
echo_file usr/src/lib/Makefile.targ
echo_file usr/src/cmd/Makefile.cmd
|