diff options
author | wosch <wosch@FreeBSD.org> | 1996-12-28 16:21:52 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-12-28 16:21:52 +0000 |
commit | fd6e85f6ad93504ece1db8c12f2964c6b2d00e7a (patch) | |
tree | 2281529f843db0efd732bc2a35df9f27c69a643d /tools | |
parent | 8322548c2a91d4fc3d444923524f6333c7c81332 (diff) | |
download | FreeBSD-src-fd6e85f6ad93504ece1db8c12f2964c6b2d00e7a.zip FreeBSD-src-fd6e85f6ad93504ece1db8c12f2964c6b2d00e7a.tar.gz |
add epfe and tcl_bmake
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/tools/README b/tools/tools/README index e71b759..b184812 100644 --- a/tools/tools/README +++ b/tools/tools/README @@ -1,3 +1,5 @@ +# $Id$ + This directory is for tools. A tool is something which is sometimes useful, and doesn't fit any of the @@ -5,6 +7,8 @@ other categories. Please make a subdir per program, and add a brief description to this file. -kernxref Shellscript to cross reference symbols in the LINT kernel. ifinfo Uses the interface MIB to print out all the information an interface exports in an ugly form. +kernxref Shellscript to cross reference symbols in the LINT kernel. +epfe extract printing filter examples from printing.sgml +tcl_bmake generates a bmake Makefile for src/lib/libtcl |