summaryrefslogtreecommitdiff
path: root/src/support/md5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/support/md5/Makefile')
-rw-r--r--src/support/md5/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/support/md5/Makefile b/src/support/md5/Makefile
deleted file mode 100644
index 6dac19a..0000000
--- a/src/support/md5/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-all:libmd5.a
-CFLAGS = -D__FAVOR_BSD=1 -D__USE_BSD=1 -D_GNU_SOURCE=1 -fPIC
-
-libmd5.a:md5.o
- ar -cr $@ $^
- cp $@ ../../lib
-
-md5.o:md5.c
- gcc -c -o $@ $(CFLAGS) $^
-
-clean:
- rm -f *.o libmd5.a
-