summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-25 16:14:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-25 16:14:23 +0000
commit8280caa4417f625b18d835b68830cd6545e8f212 (patch)
tree6ca645f82770342c4c3ca462f4ccc3434d9aaeb2
parent2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8280caa4417f625b18d835b68830cd6545e8f212.tar.bz2
Add telnetd.
-rw-r--r--cpukit/Makefile.am1
-rw-r--r--cpukit/configure.ac1
2 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 17efd2f3f9..13b57344f5 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -13,6 +13,7 @@ SUBDIRS += libnetworking librpc
SUBDIRS += libmisc
SUBDIRS += httpd
SUBDIRS += ftpd
+SUBDIRS += telnetd
SUBDIRS += wrapup
CLEANFILES =
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index e598c5c797..d77f55ed49 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -300,6 +300,7 @@ librpc/Makefile
libmisc/Makefile
httpd/Makefile
ftpd/Makefile
+telnetd/Makefile
wrapup/Makefile
])