#!/bin/ksh
#
# OSRDistrib -- make SCO OpenServer distribution of lsof 4.x
#
# Usage: OSRDistrib [<suffix>]
#
#	 <suffix>	optional suffix for identification

if test $# -gt 1
then
  echo "Usage: [<suffix>]"
  exit 1
fi
cd $HOME/src/lsof4/support
./GenericDistrib osr $1
