summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/Makefile.inc
blob: bff3474278894d72b819163a58166d94e74b0ff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.include <bsd.own.mk>

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"
OpenPOWER on IntegriCloud