summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/delete
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-06-06 13:45:46 +0000
committerru <ru@FreeBSD.org>2002-06-06 13:45:46 +0000
commit876652376eaa952b35638423418af6b1c6018434 (patch)
tree7af9257a853afb203a015dec13366bbf60a9e7d8 /usr.sbin/pkg_install/delete
parent37d7c3a7dfacca0aa405b2e7e18025633a202cf1 (diff)
downloadFreeBSD-src-876652376eaa952b35638423418af6b1c6018434.zip
FreeBSD-src-876652376eaa952b35638423418af6b1c6018434.tar.gz
libfetch now depends on libcrypto and libssl.
Diffstat (limited to 'usr.sbin/pkg_install/delete')
-rw-r--r--usr.sbin/pkg_install/delete/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/delete/Makefile b/usr.sbin/pkg_install/delete/Makefile
index f08fcc4..4ebf633 100644
--- a/usr.sbin/pkg_install/delete/Makefile
+++ b/usr.sbin/pkg_install/delete/Makefile
@@ -10,4 +10,9 @@ WARNS?= 2
DPADD= ${LIBINSTALL} ${LIBFETCH} ${LIBMD}
LDADD= ${LIBINSTALL} -lfetch -lmd
+.if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL)
+DPADD+= ${LIBCRYPTO} ${LIBSSL}
+LDADD+= -lcrypto -lssl
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud