1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/usr.sbin/pkg_install/Makefile.inc
2005-06-10 06:12:53 +00:00

13 lines
282 B
Makefile

# $FreeBSD$
LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a
.if !defined(NO_CRYPT) && !defined(NO_OPENSSL) && \
defined(LDADD) && ${LDADD:M-lfetch} != ""
DPADD+= ${LIBSSL} ${LIBCRYPTO}
LDADD+= -lssl -lcrypto
.endif
# Inherit BINDIR from one level up.
.include "../Makefile.inc"