summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1990-11-02 10:38:46 +0000
committerTheodore Tso <tytso@mit.edu>1990-11-02 10:38:46 +0000
commit286c468cabf65ad346b92d2c3735f28b111806dd (patch)
treeaf5db5721267e039a85d83abf91f261a0e1f7f6a
parentf081ecd5f6d1a807b1a5f06e1efbf95ebfc4db91 (diff)
downloadkrb5-286c468cabf65ad346b92d2c3735f28b111806dd.tar.gz
krb5-286c468cabf65ad346b92d2c3735f28b111806dd.tar.xz
krb5-286c468cabf65ad346b92d2c3735f28b111806dd.zip
Added dump.c as an object and source file to kdb5_edit
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1402 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/admin/edit/Imakefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/admin/edit/Imakefile b/src/admin/edit/Imakefile
index f022d673ab..aae44a83d7 100644
--- a/src/admin/edit/Imakefile
+++ b/src/admin/edit/Imakefile
@@ -9,8 +9,8 @@
#
DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) $(SSLIB)
-OBJS= kdb5_edit.o kdb5_ed_ct.o
-SRCS= kdb5_edit.c kdb5_ed_ct.c
+OBJS= kdb5_edit.o kdb5_ed_ct.o dump.o
+SRCS= kdb5_edit.c kdb5_ed_ct.c dump.c
all:: kdb5_edit
@@ -23,3 +23,5 @@ clean::
$(RM) kdb5_ed_ct.c
NormalProgramTarget(kdb5_edit,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),)
+
+SaberProgramTarget(kdb5_edit,$(SRCS),$(OBJS),$(LOCAL_LIBARIES),)