summaryrefslogtreecommitdiffstats
path: root/src/appl
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-03-04 13:08:49 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-03-04 13:08:49 +0000
commit5ada2a100d7d3957ac5ae62bc225a286d7309c91 (patch)
treee5a49db0fa21b9199829603264159025942e42b5 /src/appl
parent641b23dda8e94698dae52d1ef37fc10f1018b391 (diff)
downloadkrb5-5ada2a100d7d3957ac5ae62bc225a286d7309c91.tar.gz
krb5-5ada2a100d7d3957ac5ae62bc225a286d7309c91.tar.xz
krb5-5ada2a100d7d3957ac5ae62bc225a286d7309c91.zip
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1842 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl')
-rw-r--r--src/appl/simple/Imakefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/appl/simple/Imakefile b/src/appl/simple/Imakefile
new file mode 100644
index 000000000..4df2aadba
--- /dev/null
+++ b/src/appl/simple/Imakefile
@@ -0,0 +1,15 @@
+# $Source$
+# $Author$
+# $Id$
+#
+# Copyright 1991 by the Massachusetts Institute of Technology.
+# All Rights Reserved.
+#
+# For copying and distribution information, please see the file
+# <krb5/copyright.h>.
+#
+#define IHaveSubdirs
+#define PassCDebugFlags
+
+SUBDIRS=client server
+MakeSubdirs($(SUBDIRS))