From: Aggelos Economopoulos Date: Wed, 11 Nov 2009 10:47:52 +0000 (+0000) Subject: Remove README.DRAGONFLY from vendor branch X-Git-Tag: v2.7.0~121^2~1 X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/commitdiff_plain/498296cd19fa87a6eaa9a1035b32a41af35fdf69 Remove README.DRAGONFLY from vendor branch --- diff --git a/crypto/openssl/README.DRAGONFLY b/crypto/openssl/README.DRAGONFLY deleted file mode 100644 index 96942a068e..0000000000 --- a/crypto/openssl/README.DRAGONFLY +++ /dev/null @@ -1,23 +0,0 @@ -Original source can be downloaded from OpenSSL at -. - -Here's some hints to upgrading: -./Configure shared no-asm --prefix=/usr --openssldir=/etc/ssl BSD-x86-elf -cp crypto/opensslconf.h ../../secure/lib/libcrypto/opensslconf-i386.h -./Configure shared no-asm --prefix=/usr --openssldir=/etc/ssl BSD-x86_64 -cp crypto/opensslconf.h ../../secure/lib/libcrypto/opensslconf-x86_64.h -cd ../../secure/lib/libcrypto -# Update the version in Makefile.inc -# Add DragonFly keywords to opensslconf-*.h -make man-makefile-update && make man-update -cd ../libssl -make man-makefile-update && make man-update -cd ../../usr.bin/openssl -make man-makefile-update && make man-update -cd ../.. -cvs add lib/libcrypto/man/*.3 lib/libssl/man/*.3 usr.bin/openssl/man/*.1 -cd ../crypto/openssl-0.9 -xargs rm -rf < README.DELETED -# make sure things work then import and commit -# cvs import hint: -# cvs import src/crypto/openssl-0.9 OPENSSL v0_9_??