summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/info/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/info/Makefile')
-rw-r--r--usr.sbin/pkg_install/info/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/info/Makefile b/usr.sbin/pkg_install/info/Makefile
index cd6230d..d3b16b8 100644
--- a/usr.sbin/pkg_install/info/Makefile
+++ b/usr.sbin/pkg_install/info/Makefile
@@ -11,8 +11,8 @@ DPADD= ${LIBINSTALL} ${LIBFETCH} ${LIBMD}
LDADD= ${LIBINSTALL} -lfetch -lmd
.if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL)
-DPADD+= ${LIBCRYPTO} ${LIBSSL}
-LDADD+= -lcrypto -lssl
+DPADD+= ${LIBSSL} ${LIBCRYPTO}
+LDADD+= -lssl -lcrypto
.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud