*** empty log message ***
[openssl.git] / crypto / bn / Makefile.ssl
index cc72ac91110a7580faa4ff28f3360a42930c107f..11dd86f8bb8eb3e80e821c94043b0bc862d25879 100644 (file)
@@ -59,15 +59,12 @@ all:        lib
 bn_prime.h: bn_prime.pl
        $(PERL) bn_prime.pl >bn_prime.h
 
-knuth: bn_knuth.c
-       cc -pg -I.. -I../../include bn_knuth.c -o knuth $(LIB) #../../../libefence.a
-
-knuth.fast: bn_knuth.c
-       cc -pg -fast -I.. -I../../include bn_knuth.c -o knuth $(LIB) #../../../libefence.a
-
-divtest: divtest.c
+divtest: divtest.c ../../libcrypto.a
        cc -I../../include divtest.c -o divtest ../../libcrypto.a
 
+bnbug: bnbug.c ../../libcrypto.a top
+       cc -g -I../../include bnbug.c -o bnbug ../../libcrypto.a
+
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
        $(RANLIB) $(LIB)