*** empty log message ***
authorJohn Kohl <jtkohl@mit.edu>
Wed, 9 May 1990 09:18:58 +0000 (09:18 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 9 May 1990 09:18:58 +0000 (09:18 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@794 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/create/Imakefile [new file with mode: 0644]
src/admin/destroy/Imakefile [new file with mode: 0644]
src/admin/edit/Imakefile [new file with mode: 0644]
src/admin/stash/Imakefile [new file with mode: 0644]

diff --git a/src/admin/create/Imakefile b/src/admin/create/Imakefile
new file mode 100644 (file)
index 0000000..59c1e0c
--- /dev/null
@@ -0,0 +1,4 @@
+DEPLIBS = $(KDBLIB) $(DEPKLIB)
+LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
+
+SimpleProgramTarget(kdb5_create)
diff --git a/src/admin/destroy/Imakefile b/src/admin/destroy/Imakefile
new file mode 100644 (file)
index 0000000..ed61e21
--- /dev/null
@@ -0,0 +1,4 @@
+DEPLIBS = $(KDBLIB) $(DEPKLIB)
+LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
+
+SimpleProgramTarget(kdb5_destroy)
diff --git a/src/admin/edit/Imakefile b/src/admin/edit/Imakefile
new file mode 100644 (file)
index 0000000..4b4dbe0
--- /dev/null
@@ -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),)
diff --git a/src/admin/stash/Imakefile b/src/admin/stash/Imakefile
new file mode 100644 (file)
index 0000000..9cd4063
--- /dev/null
@@ -0,0 +1,4 @@
+DEPLIBS = $(KDBLIB) $(DEPKLIB)
+LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
+
+SimpleProgramTarget(kdb5_stash)