summaryrefslogtreecommitdiffstats
path: root/src/tests/create
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/create')
-rw-r--r--src/tests/create/Imakefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/tests/create/Imakefile b/src/tests/create/Imakefile
new file mode 100644
index 000000000..4b0c15966
--- /dev/null
+++ b/src/tests/create/Imakefile
@@ -0,0 +1,18 @@
+# $Source$
+# $Author$
+# $Id$
+#
+# Copyright 1990,1991 by the Massachusetts Institute of Technology.
+# All Rights Reserved.
+#
+# For copying and distribution information, please see the file
+# <krb5/copyright.h>.
+#
+#TOP=/afs/net/project/krb5/@sys
+TOP=/mit/krb5/build/@sys
+DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
+LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
+
+SimpleProgramTarget(kdb5_mkdums)
+
+