#!/bin/ksh
#
# HPUXDistrib -- make HP-UX distribution of lsof 4.x
#
# Usage: HPUXDistrib [<suffix>]
#
#	 <suffix>	optional suffix for identification

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