#!/bin/ksh
#
# NOSDistrib -- make NEXTSTEP and OpenStep distribution of lsof 4.x
#
# Usage: NOSDistrib [<suffix>]
#
#	 <suffix>	optional suffix for identification

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