summaryrefslogtreecommitdiff
path: root/src/lib/libssl/Makefile
diff options
context:
space:
mode:
authorbeck <>2017-04-29 22:31:42 +0000
committerbeck <>2017-04-29 22:31:42 +0000
commit7b5d4df5b0310fae9805458f5669616c62f1257d (patch)
tree14335a8b83640c01fa5b774fb057375d4c4c0c6d /src/lib/libssl/Makefile
parent80709d0a561a6da6fc18d9a72b7abae1d6ed82ed (diff)
downloadopenbsd-7b5d4df5b0310fae9805458f5669616c62f1257d.tar.gz
openbsd-7b5d4df5b0310fae9805458f5669616c62f1257d.tar.bz2
openbsd-7b5d4df5b0310fae9805458f5669616c62f1257d.zip
Revert previous - we still want to do this, but I forgot about the installer
and want to avoid the wrath of theo when he arrives home in a couple of hours :)
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r--src/lib/libssl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile
index 7656e88cea..12a4b4c2fa 100644
--- a/src/lib/libssl/Makefile
+++ b/src/lib/libssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.33 2017/04/29 22:22:24 beck Exp $ 1# $OpenBSD: Makefile,v 1.34 2017/04/29 22:31:42 beck Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4.ifndef NOMAN 4.ifndef NOMAN
@@ -19,7 +19,6 @@ CFLAGS+= -DLIBRESSL_INTERNAL
19CFLAGS+= -I${.CURDIR} 19CFLAGS+= -I${.CURDIR}
20 20
21LDADD+= -L${BSDOBJDIR}/lib/libcrypto -lcrypto 21LDADD+= -L${BSDOBJDIR}/lib/libcrypto -lcrypto
22LDADD+= -L${BSDOBJDIR}/lib/libpthread -lpthread
23 22
24VERSION_SCRIPT= Symbols.map 23VERSION_SCRIPT= Symbols.map
25SYMBOL_LIST= ${.CURDIR}/Symbols.list 24SYMBOL_LIST= ${.CURDIR}/Symbols.list