aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-05-03 23:17:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-05-03 23:17:37 +0000
commite1e27ead344885aa2ed816282a6a64003ccf08b6 (patch)
tree3db3ea8d57c976a1fb470736a6896bbdbd71086c
parent2b520e6990511664a2f60bb78261e376c9393971 (diff)
downloadsrc-e1e27ead344885aa2ed816282a6a64003ccf08b6.tar.gz
src-e1e27ead344885aa2ed816282a6a64003ccf08b6.zip
- Backout 1.15, it was committed by accident
Pointy hat to: pav
Notes
Notes: svn path=/head/; revision=178754
-rw-r--r--usr.sbin/pkg_install/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/Makefile.inc b/usr.sbin/pkg_install/Makefile.inc
index eb2ad127b1a5..bff347427889 100644
--- a/usr.sbin/pkg_install/Makefile.inc
+++ b/usr.sbin/pkg_install/Makefile.inc
@@ -4,6 +4,11 @@
LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a
+.if ${MK_OPENSSL} != "no" && \
+ defined(LDADD) && ${LDADD:M-lfetch} != ""
+DPADD+= ${LIBSSL} ${LIBCRYPTO}
+LDADD+= -lssl -lcrypto
+.endif
# Inherit BINDIR from one level up.
.include "../Makefile.inc"