summaryrefslogtreecommitdiffstats
path: root/src/clients
diff options
context:
space:
mode:
authorBill Sommerfeld <wesommer@mit.edu>1990-02-03 10:33:34 +0000
committerBill Sommerfeld <wesommer@mit.edu>1990-02-03 10:33:34 +0000
commit49488bbbf0a70f0d5eda7ba905ba7ad8352e2593 (patch)
tree8e9d0e7b4be98063cb8936805cccbd16f6031caa /src/clients
parent610d581a56f20a97fb0c1abe06833a74b1e6446a (diff)
Initial revision
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@243 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/clients')
-rw-r--r--src/clients/Imakefile5
-rw-r--r--src/clients/kdestroy/Imakefile4
-rw-r--r--src/clients/kinit/Imakefile4
-rw-r--r--src/clients/klist/Imakefile4
4 files changed, 17 insertions, 0 deletions
diff --git a/src/clients/Imakefile b/src/clients/Imakefile
new file mode 100644
index 000000000..3947676f6
--- /dev/null
+++ b/src/clients/Imakefile
@@ -0,0 +1,5 @@
+#define IHaveSubdirs
+#define PassCDebugFlags
+
+SUBDIRS=klist kinit kdestroy
+MakeSubdirs($(SUBDIRS))
diff --git a/src/clients/kdestroy/Imakefile b/src/clients/kdestroy/Imakefile
new file mode 100644
index 000000000..de4e6f692
--- /dev/null
+++ b/src/clients/kdestroy/Imakefile
@@ -0,0 +1,4 @@
+ DEPLIBS = $(DEPKLIB)
+LOCAL_LIBRARIES = $(KLIB)
+
+SimpleProgramTarget(kdestroy)
diff --git a/src/clients/kinit/Imakefile b/src/clients/kinit/Imakefile
new file mode 100644
index 000000000..d3f9e6fa2
--- /dev/null
+++ b/src/clients/kinit/Imakefile
@@ -0,0 +1,4 @@
+ DEPLIBS = $(DEPKLIB)
+LOCAL_LIBRARIES = $(KLIB)
+
+SimpleProgramTarget(kinit)
diff --git a/src/clients/klist/Imakefile b/src/clients/klist/Imakefile
new file mode 100644
index 000000000..5f0b65103
--- /dev/null
+++ b/src/clients/klist/Imakefile
@@ -0,0 +1,4 @@
+ DEPLIBS = $(DEPKLIB)
+LOCAL_LIBRARIES = $(KLIB)
+
+SimpleProgramTarget(klist)