- Backout 1.15, it was committed by accident

Pointy hat to:	pav
This commit is contained in:
Pav Lucistnik 2008-05-03 23:17:37 +00:00
parent 2b520e6990
commit e1e27ead34
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178754

View file

@ -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"