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