diff options
author | 2014-04-14 16:55:03 +0000 | |
---|---|---|
committer | 2014-04-14 16:55:03 +0000 | |
commit | 37e9a71c3d8dc339607cc1083f57ee110c325aa2 (patch) | |
tree | c9222aac56e333148dfae1cd49dc37cf19d1292d /lib/libssl/src/crypto/buffer | |
parent | Remove the GMP engine: It was an experimental engine using libgmp as (diff) | |
download | wireguard-openbsd-37e9a71c3d8dc339607cc1083f57ee110c325aa2.tar.xz wireguard-openbsd-37e9a71c3d8dc339607cc1083f57ee110c325aa2.zip |
remove auto-generated dependencies from the old unused build system, so
that it is easier to find code pieces. They are getting in the way.
ok miod
Diffstat (limited to 'lib/libssl/src/crypto/buffer')
-rw-r--r-- | lib/libssl/src/crypto/buffer/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/libssl/src/crypto/buffer/Makefile b/lib/libssl/src/crypto/buffer/Makefile index 2efba47f070..1e939267add 100644 --- a/lib/libssl/src/crypto/buffer/Makefile +++ b/lib/libssl/src/crypto/buffer/Makefile @@ -73,25 +73,3 @@ clean: rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff # DO NOT DELETE THIS LINE -- make depend depends on it. - -buf_err.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h -buf_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h -buf_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h -buf_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h -buf_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h -buf_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h -buf_err.o: buf_err.c -buf_str.o: ../../e_os.h ../../include/openssl/bio.h -buf_str.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h -buf_str.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h -buf_str.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h -buf_str.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h -buf_str.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h -buf_str.o: ../../include/openssl/symhacks.h ../cryptlib.h buf_str.c -buffer.o: ../../e_os.h ../../include/openssl/bio.h -buffer.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h -buffer.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h -buffer.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h -buffer.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h -buffer.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h -buffer.o: ../../include/openssl/symhacks.h ../cryptlib.h buffer.c |