add suite B chain validation flags and associated verify errors
[oweals/openssl.git] / crypto / x509 / Makefile
index ca8f02bfe7b9cf8b1946beda0f33e653257c97a8..69170dd593c521279ac0a5595c75e9483d911fc7 100644 (file)
@@ -43,12 +43,12 @@ top:
 all:   lib
 
 lib:   $(LIBOBJ)
-       $(AR) $(LIB) $(LIBOBJ)
+       $(ARX) $(LIB) $(LIBOBJ)
        $(RANLIB) $(LIB) || echo Never mind.
        @touch lib
 
 files:
-       $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
+       $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
 links:
        @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)