summaryrefslogtreecommitdiffstats
path: root/src/appl/simple/client
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-03-04 15:21:22 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-03-04 15:21:22 +0000
commita6fe38c93ffff9144e9f20ea6c155d43c0839898 (patch)
tree239431f6ee363419715a85a38db58d214f763cfe /src/appl/simple/client
parent7ee75f40e2ce624076a64aef4fbb77911c4822b0 (diff)
downloadkrb5-a6fe38c93ffff9144e9f20ea6c155d43c0839898.tar.gz
krb5-a6fe38c93ffff9144e9f20ea6c155d43c0839898.tar.xz
krb5-a6fe38c93ffff9144e9f20ea6c155d43c0839898.zip
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1848 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/simple/client')
-rw-r--r--src/appl/simple/client/Imakefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/appl/simple/client/Imakefile b/src/appl/simple/client/Imakefile
new file mode 100644
index 000000000..b8c96e663
--- /dev/null
+++ b/src/appl/simple/client/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>.
+#
+ DEPLIBS = $(DEPKLIB)
+LOCAL_LIBRARIES = $(KLIB)
+ INCLUDES = -I..
+
+SimpleProgramTarget(sim_client)