freebsd-src/usr.sbin/pkg_install/Makefile.inc
Pav Lucistnik e1e27ead34 - Backout 1.15, it was committed by accident
Pointy hat to:	pav
2008-05-03 23:17:37 +00:00

15 lines
284 B
Makefile

# $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"