Blob


1 #!/bin/sh
3 ar "$@"
5 # We used to run ranlib if uname = Darwin,
6 # but the mkfiles now pass the s flag to 9ar,
7 # so ranlib should be unnecessary even there.