summaryrefslogtreecommitdiffstats
path: root/crypto/poly1305/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/poly1305/Makefile.in')
-rw-r--r--crypto/poly1305/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/poly1305/Makefile.in b/crypto/poly1305/Makefile.in
index 03bde08091..0601bf734a 100644
--- a/crypto/poly1305/Makefile.in
+++ b/crypto/poly1305/Makefile.in
@@ -52,9 +52,6 @@ poly1305-%.S: asm/poly1305-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@
poly1305-armv4.o: poly1305-armv4.S
poly1305-armv8.o: poly1305-armv8.S
-files:
- $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-
depend:
$(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)