IP address space management

available from ftp.isi.edu and other places. Original by Charlie Klien
modified by self, cisco, BT and others for their own nefarious uses.

Available at ftp://ftp.isi.edu/ra/tools/tree-2.1.5.tar.Z for those of you
who, like me, had a hard time finding it.. :wink:

Tim

install: tree helpfile
        cp tree $(BINDIR)
        cp helpfile $(HELPDIR)
        cp treee.1 $(MANDIR)/man1

should be:

install: tree helpfile
        cp tree $(BINDIR)
        cp helpfile $(HELPDIR)
        cp tree.1 $(MANDIR)/man1

Mike