summaryrefslogtreecommitdiffstats
path: root/src/admin
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-01 17:09:56 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-01 17:09:56 +0000
commit3eaad098ddb0295a21d632adabc22026af3ddc78 (patch)
treefdd236fcc9c1ca10ef05202d334e1e23ce43b73a /src/admin
parent5dc9c87f97c47fb95b2e30b799ee63f48bfb477c (diff)
add kdb5_edit
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@652 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin')
-rw-r--r--src/admin/Imakefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/admin/Imakefile b/src/admin/Imakefile
index cf6903134..a1b2d5f07 100644
--- a/src/admin/Imakefile
+++ b/src/admin/Imakefile
@@ -1,10 +1,16 @@
DEPLIBS = $(KDBLIB) $(DEPKLIB)
LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
-all:: kdb5_create kdb5_destroy kdb5_stash
+all:: kdb5_create kdb5_destroy kdb5_stash kdb5_edit
-SRCS= kdb_stash.c kdb_create.c kdb_destroy.c
+CmdTableObjectRule()
+
+SRCS= kdb5_stash.c kdb5_create.c kdb5_destroy.c kdb5_edit.c kdb5_ed_ct.ct
+
+# needed until we run makedepend
+kdb5_ed_ct.o: kdb5_ed_ct.c
NormalProgramTarget(kdb5_create,kdb5_create.o,$(DEPLIBS),$(LOCAL_LIBRARIES),)
NormalProgramTarget(kdb5_destroy,kdb5_destroy.o,$(DEPLIBS),$(LOCAL_LIBRARIES),)
NormalProgramTarget(kdb5_stash,kdb5_stash.o,$(DEPLIBS),$(LOCAL_LIBRARIES),)
+NormalProgramTarget(kdb5_edit,kdb5_edit.o kdb5_ed_ct.o,$(DEPLIBS),$(LOCAL_LIBRARIES) -lss,)