summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/crypto/md5/Imakefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/crypto/md5/Imakefile b/src/lib/crypto/md5/Imakefile
new file mode 100644
index 000000000..4f0a63490
--- /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()