Remove pthread from LIBADD for openssl(1).

libcrypto is linked with pthread since r338816.
This commit is contained in:
Jung-uk Kim 2018-09-20 23:06:59 +00:00
parent 63ffbd00fc
commit 7c1dfe5b38
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/openssl111/; revision=338848

View file

@ -2,7 +2,7 @@
PROG= openssl
LIBADD= ssl crypto pthread
LIBADD= ssl crypto
.if exists(Makefile.man)
.include "Makefile.man"