Module Name: src Committed By: christos Date: Fri Mar 2 13:26:40 UTC 2018
Modified Files: src/crypto/external/bsd/openssl/lib/libssl: Makefile Log Message: Remove unused part of the Makefile (Muhammed.Shameem) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/crypto/external/bsd/openssl/lib/libssl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/external/bsd/openssl/lib/libssl/Makefile diff -u src/crypto/external/bsd/openssl/lib/libssl/Makefile:1.8 src/crypto/external/bsd/openssl/lib/libssl/Makefile:1.9 --- src/crypto/external/bsd/openssl/lib/libssl/Makefile:1.8 Thu Feb 8 17:51:06 2018 +++ src/crypto/external/bsd/openssl/lib/libssl/Makefile Fri Mar 2 08:26:40 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2018/02/08 22:51:06 christos Exp $ +# $NetBSD: Makefile,v 1.9 2018/03/02 13:26:40 christos Exp $ # RCSid: # Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp @@ -43,17 +43,6 @@ AFLAGS+=-DELF INCS= dtls1.h ssl.h ssl2.h ssl3.h tls1.h srtp.h async.h INCSDIR=/usr/include/openssl -# this rebuilds the `srcs.inc' and the .inc files it reads. -# note that we have no idea, rc5 or rsa here so we include -# them explicitly above if we are using these ciphers. -# XXX -# we patch `ssl.inc' as we need to be able to turn off SSLv2. -update_inc: - (cd ${.CURDIR}; \ - find ${OPENSSLSRC}/ssl -name Makefile | \ - perl ${OPENSSLSRC}/extsrcs.pl 2> srcs.inc; \ - patch -s ssl.inc < ssl.diff ) - LDFLAGS+=-Wl,--version-script=${.CURDIR}/ssl.map PKGCONFIG=libssl openssl