We need libcrypto here as well for the benefit of sun2.

This commit is contained in:
he 2005-08-21 22:56:05 +00:00
parent d342a7617e
commit 1ad3b58c59
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2005/08/18 22:30:37 rpaulo Exp $
# $NetBSD: Makefile,v 1.8 2005/08/21 22:56:05 he Exp $
NOMAN= # defined
@ -19,8 +19,8 @@ DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPDNS}
LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPDNS}
.if ${MKCRYPTO} != "no"
DPADD+= ${LIBPTLS} ${LIBSSL}
LDADD+= ${LIBPTLS} -lssl
DPADD+= ${LIBPTLS} ${LIBSSL} ${LIBCRYPTO}
LDADD+= ${LIBPTLS} -lssl -lcrypto
.endif
DPADD+= ${LIBPUTIL}