summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-23 14:49:08 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-23 14:49:08 +0000
commitcc31ec1d7d9a26811e8fdc25974f5f2f18296041 (patch)
tree256612c06f6269465dd402c9d65d922d44e4daae /src
parentd97d32af6dbf3324a96a90c63d30c3e09678fd22 (diff)
downloadkrb5-cc31ec1d7d9a26811e8fdc25974f5f2f18296041.tar.gz
krb5-cc31ec1d7d9a26811e8fdc25974f5f2f18296041.tar.xz
krb5-cc31ec1d7d9a26811e8fdc25974f5f2f18296041.zip
add telnetd, telnet
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@924 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/appl/Imakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appl/Imakefile b/src/appl/Imakefile
index 81149a1d8f..846c2565b2 100644
--- a/src/appl/Imakefile
+++ b/src/appl/Imakefile
@@ -1,5 +1,5 @@
#define IHaveSubdirs
#define PassCDebugFlags
-SUBDIRS=sample
+SUBDIRS=sample telnetd telnet
MakeSubdirs($(SUBDIRS))