projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
913e4be
)
*** empty log message ***
author
John Carr
<jfc@mit.edu>
Tue, 31 Mar 1992 12:39:49 +0000
(12:39 +0000)
committer
John Carr
<jfc@mit.edu>
Tue, 31 Mar 1992 12:39:49 +0000
(12:39 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2272
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/crypto/md5/Imakefile
[new file with mode: 0644]
patch
|
blob
diff --git a/src/lib/crypto/md5/Imakefile
b/src/lib/crypto/md5/Imakefile
new file mode 100644
(file)
index 0000000..
4f0a634
--- /dev/null
+++ b/
src/lib/crypto/md5/Imakefile
@@ -0,0
+1,11
@@
+NormalLibraryObjectRule()
+
+OBJS= md5.o md5glue.o md5crypto.o
+
+SRCS= $(SRCDIR)md5.c $(SRCDIR)md5glue.c $(SRCDIR)md5crypto.c
+
+DEFINES= $(DESDEFINES)
+
+OtherdirLibraryTarget(..,des5,$(OBJS))
+
+DependTarget()