1#!/bin/sh
2# $Id: sunos_link,v 1.2 1997/04/07 18:21:43 dps Exp $
3shift
4shift
5ar rc $@
6ranlib $1
7