#! /bin/sh
if test -f /bin/mips && mips; then
	ar ts $@
else
	/bin/ranlib $@
fi
