#!/com/sh

# Compile and build the GONE program.
# Condensed from the Makefile for sites without RCS.

von

/com/pas gone.pas            -comchk -dba -subchk -nopt 
/com/pas gone_routines.pas   -comchk -dba -subchk -nopt -config sr9.2
/com/bind gone.bin gone_routines.bin -b gone


