Index: LICENSE
==================================================================
--- LICENSE
+++ LICENSE
@@ -10,11 +10,25 @@
 	kitsh/buildsrc/kitsh-0.0/mk4tcl.tcl.h
 
 Please see "kitsh/buildsrc/kitsh-0.0/license.terms" for licensing information
 regarding these files.
 
-All others are licensed under the terms of the MIT License, below:
+Files that are downloaded are under different licenses (grouped by project):
+	* Tcl: Tcl/Tk License <http://www.tcl.tk/software/tcltk/license.html>
+	* Tk: Tcl/Tk License <http://www.tcl.tk/software/tcltk/license.html>
+	* Itcl: Tcl/Tk License <http://incrtcl.sourceforge.net/itcl/copyright.html>
+	* Mk4tcl: MIT License <http://www.equi4.com/metakit/license.html>
+	* TclVFS: BSD License
+	* Thread: Tcl/Tk License <http://www.tcl.tk/software/tcltk/license.html>
+	* ZLib: Zlib License <http://www.gzip.org/zlib/zlib_license.html>
+
+The final result of this build process is a derivative work of all of these
+projects and is restricted by the cumulative licensing requirements of all of
+them.
+
+All other files in this distribution are licensed under the terms of the MIT
+License, below:
 The MIT License
 
 Copyright (c) 2010  Roy S. Keene
 
 Permission is hereby granted, free of charge, to any person obtaining a copy

Index: kitcreator
==================================================================
--- kitcreator
+++ kitcreator
@@ -17,10 +17,15 @@
 if [ "$1" = "distclean" ]; then
 	shift
 
 	mode="distclean"
 fi
+
+if [ "${mode}" = "clean" -o "${mode}" = "distclean" ]; then
+	# List all additional packages here so that they get cleaned up
+	ADDPKGS="${ADDPKGS} thread"
+fi
 
 CONFIGUREEXTRA="$@"
 export CONFIGUREEXTRA
 
 # Add packages implied by the additional arguments