summaryrefslogtreecommitdiffstats
path: root/src/admin
diff options
context:
space:
mode:
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.