# Tcl package index file, version 1.0
# This file is hand crafted so that the packages are loaded immediately.
#
# $Id: pkgIndex.tcl,v 1.1.1.1 2001/03/05 19:16:17 dickl Exp $

foreach pkg {
    TnmDialog TnmTerm TnmInet TnmMap TnmIetf TnmEther TnmMonitor
    TnmSnmp TnmMib TnmDisman
} {
    package ifneeded $pkg 3.0.0 [list source [file join $dir $pkg.tcl]]
}

