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