]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/pkg_install/Makefile.inc
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.sbin / pkg_install / Makefile.inc
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIBINSTALL=     ${.OBJDIR}/../lib/libinstall.a
6
7 DPADD+=         ${LIBUTIL}
8 LDADD+=         -lutil
9
10 .if ${MK_OPENSSL} != "no" && \
11     defined(LDADD) && ${LDADD:M-lfetch} != ""
12 DPADD+=         ${LIBSSL} ${LIBCRYPTO}
13 LDADD+=         -lssl -lcrypto
14 .endif
15
16 # Inherit BINDIR from one level up.
17 .include "../Makefile.inc"