aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/Makefile.inc
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2008-08-07 14:48:35 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2008-08-07 14:48:35 +0000
commit419859bd0856f2504070f4d7d987c2360bc4b2c8 (patch)
treec50d62481aa71952ba74e082cc84962173cb5e80 /usr.sbin/pkg_install/Makefile.inc
parentbda750b404a1ee2abfe527c8e087464f4e726527 (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install/Makefile.inc')
-rw-r--r--usr.sbin/pkg_install/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/Makefile.inc b/usr.sbin/pkg_install/Makefile.inc
index bff347427889..2fa20aa1c394 100644
--- a/usr.sbin/pkg_install/Makefile.inc
+++ b/usr.sbin/pkg_install/Makefile.inc
@@ -4,6 +4,9 @@
LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a
+DPADD+= ${LIBUTIL}
+LDADD+= -lutil
+
.if ${MK_OPENSSL} != "no" && \
defined(LDADD) && ${LDADD:M-lfetch} != ""
DPADD+= ${LIBSSL} ${LIBCRYPTO}