It looks like I didn't remove everything that has to do with the
[openssl.git] / crypto / aes / Makefile.ssl
index ea7dad57341039f8befd2e6934b489e125df7b58..13deef0604abf94603041ec8be920d216dd10734 100644 (file)
@@ -21,7 +21,8 @@ AR=           ar r
 CFLAGS= $(INCLUDES) $(CFLAG)
 
 GENERAL=Makefile
-TEST=aestest.c
+#TEST=aestest.c
+TEST=
 APPS=
 
 LIB=$(TOP)/libcrypto.a
@@ -53,7 +54,7 @@ files:
 links:
        @$(TOP)/util/point.sh Makefile.ssl Makefile
        @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
-       @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
+       @#$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
        @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
 
 install: installs