projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f081ecd
)
Added dump.c as an object and source file to kdb5_edit
author
Theodore Tso
<tytso@mit.edu>
Fri, 2 Nov 1990 10:38:46 +0000
(10:38 +0000)
committer
Theodore Tso
<tytso@mit.edu>
Fri, 2 Nov 1990 10:38:46 +0000
(10:38 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1402
dc483132
-0cff-0310-8789-
dd5450dbe970
src/admin/edit/Imakefile
patch
|
blob
|
history
diff --git
a/src/admin/edit/Imakefile
b/src/admin/edit/Imakefile
index f022d673abaa062dded7d98356faa419584542de..aae44a83d730db7c99800ec0d72c4fc705ce0d50 100644
(file)
--- 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),)