diff --git a/configs/eagle100/README.txt b/configs/eagle100/README.txt
index f9ef73c113..eb8f31a70a 100644
--- a/configs/eagle100/README.txt
+++ b/configs/eagle100/README.txt
@@ -366,6 +366,10 @@ Where <subdir> is one of the following:
     This configuration directory, performs a simple OS test using
     examples/ostest.
 
+  thttpd:
+    This builds the THTTPD web server example using the THTTPD and
+    the examples/thttpd application.
+
 By default, all of these examples are built to be used with the Luminary
 Ethernet Bootloader (you can change the ld.script file in any of these
 sub-directories to change that configuration).
diff --git a/configs/ntosd-dm320/README.txt b/configs/ntosd-dm320/README.txt
index d6911b6886..fd07c4a93a 100644
--- a/configs/ntosd-dm320/README.txt
+++ b/configs/ntosd-dm320/README.txt
@@ -300,6 +300,12 @@ poll
 This configuration exercises the poll()/select() text at
 examples/poll
 
+thttpd
+^^^^^^
+
+This builds the THTTPD web server example using the THTTPD and
+the examples/thttpd application.
+
 udp
 ^^^
 
diff --git a/configs/olimex-lpc1766stk/README.txt b/configs/olimex-lpc1766stk/README.txt
index 24f830e816..7aebf16ee6 100755
--- a/configs/olimex-lpc1766stk/README.txt
+++ b/configs/olimex-lpc1766stk/README.txt
@@ -658,6 +658,10 @@ Where <subdir> is one of the following:
     This configuration directory, performs a simple OS test using
     examples/ostest.
 
+  thttpd:
+    This builds the THTTPD web server example using the THTTPD and
+    the examples/thttpd application.
+
   usbserial:
     This configuration directory exercises the USB serial class
     driver at examples/usbserial.  See examples/README.txt for