# ZZMAKE -- Used to build these distribution files (NOT FOR DISTRIBUTION).
# The system should be configured generic before making any of these.
# The system should be linked -T to reduce the size of the symbol tables.

# The extern.pkg file needs to be replaced before making the following.
rsh -n cephus "(cd /u2/sgi/iraf; tar -cf - .)" | compress > as.irix.gen.Z
rsh -n cephus "(cd /u2/sgi/iraf; tar -cf - HS.IRIX.GEN dev local unix)" |\
    compress > hs.irix.gen.Z

# Make the BIN archives.
rsh -n cephus "(cd /u2/sgi/irafbin/bin.irix; tar -cf - .)" |\
    compress > ib.irix.mip.Z
rsh -n cephus "(cd /u2/sgi/irafbin/noao.bin.irix; tar -cf - .)" |\
    compress > nb.irix.mip.Z
