Current Path : /usr/src/usr.sbin/pkg_install/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/usr.sbin/pkg_install/Makefile.inc |
# $FreeBSD: release/9.1.0/usr.sbin/pkg_install/Makefile.inc 222035 2011-05-17 19:11:47Z flz $ .include <bsd.own.mk> LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a DPADD+= ${LIBUTIL} LDADD+= -lutil .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"