Current File : //bin/ranlib
#!/usr/bin/sh
#
# Copyright (c) 1995 by Sun Microsystems, Inc.
# All rights reserved.
#
#ident	"%Z%%M%	%I%	%E% SMI"

# ranlib is obsolete in SunOS 5.x; the ar(1) command does this
# automatically.  This script is provided as a convenience for
# software developers who need to maintain Makefiles that are
# portable across a variety of operating systems.

exit 0