# 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 columba "(cd /usr1/iraf/iraf; tar -cf - .)" | compress > as.mips.gen.Z
rsh -n columba "(cd /usr1/iraf/iraf; tar -cf - HS.MIPS.GEN dev local unix)" |\
    compress > hs.mips.gen.Z

# Make the BIN archives.
rsh -n columba "(cd /usr1/iraf/bin.mips; tar -cf - .)" |\
    compress > ib.mips.mip.Z
rsh -n columba "(cd /usr1/iraf/noao.bin.mips; tar -cf - .)" |\
    compress > nb.mips.mip.Z
