- Backout 1.15, it was committed by accident
Pointy hat to: pav
This commit is contained in:
parent
2b520e6990
commit
e1e27ead34
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user