summaryrefslogtreecommitdiff
path: root/crypto/libressl/crypto/poly1305/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/libressl/crypto/poly1305/Makefile')
-rw-r--r--crypto/libressl/crypto/poly1305/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/crypto/libressl/crypto/poly1305/Makefile b/crypto/libressl/crypto/poly1305/Makefile
deleted file mode 100644
index 94ceaf6..0000000
--- a/crypto/libressl/crypto/poly1305/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-include ../../ssl_common.mk
-
-obj = poly1305.o
-
-
-all: $(obj)
-dep: all
-
-%.o: %.c
- $(CC) $(CFLAGS) -c $<
-
-clean:
- rm -f *.o *.a