summaryrefslogtreecommitdiffstats
path: root/src/admin
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-02-13 16:47:24 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-02-13 16:47:24 +0000
commit71a014d81aa0ab281c16b1675977eeb9ffb30960 (patch)
treef7f0615682171a6be891dda3048aebc8a34d67f6 /src/admin
parentfb853c66b15ba7b0ec6315a15a40a9305d61326a (diff)
downloadkrb5-71a014d81aa0ab281c16b1675977eeb9ffb30960.tar.gz
krb5-71a014d81aa0ab281c16b1675977eeb9ffb30960.tar.xz
krb5-71a014d81aa0ab281c16b1675977eeb9ffb30960.zip
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@355 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin')
-rw-r--r--src/admin/Imakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/admin/Imakefile b/src/admin/Imakefile
new file mode 100644
index 000000000..a8903aa9b
--- /dev/null
+++ b/src/admin/Imakefile
@@ -0,0 +1,4 @@
+SRCS= kdb_stash.c kdb_create.c kdb_destroy.c common.c
+all::
+ /*placebo*/
+ @echo nothing to build yet.