summaryrefslogtreecommitdiffstats
path: root/src/admin/edit
diff options
context:
space:
mode:
Diffstat (limited to 'src/admin/edit')
-rw-r--r--src/admin/edit/Imakefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/admin/edit/Imakefile b/src/admin/edit/Imakefile
new file mode 100644
index 000000000..4b4dbe0fa
--- /dev/null
+++ b/src/admin/edit/Imakefile
@@ -0,0 +1,13 @@
+DEPLIBS = $(KDBLIB) $(DEPKLIB)
+LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) $(SSLIB)
+OBJS= kdb5_edit.o kdb5_ed_ct.o
+SRCS= kdb5_edit.c kdb5_ed_ct.c
+
+all:: kdb5_edit
+
+CmdTableObjectRule()
+
+# needed until we run makedepend
+kdb5_ed_ct.o: kdb5_ed_ct.c
+
+NormalProgramTarget(kdb5_edit,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),)