Blame


1 8b6a5e67 2003-11-24 devnull #!/bin/sh
2 8b6a5e67 2003-11-24 devnull
3 8b6a5e67 2003-11-24 devnull ar "$@"
4 50808670 2007-11-05 rsc
5 50808670 2007-11-05 rsc # We used to run ranlib if uname = Darwin,
6 50808670 2007-11-05 rsc # but the mkfiles now pass the s flag to 9ar,
7 50808670 2007-11-05 rsc # so ranlib should be unnecessary even there.