plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

9ar (155B)


      1 #!/bin/sh
      2 
      3 ar "$@"
      4 
      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.