summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg/Makefile
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-03-10 17:10:16 +0000
committerantoine <antoine@FreeBSD.org>2013-03-10 17:10:16 +0000
commit606ff9a6e867dcc0fe3bb0fc8177da9296200330 (patch)
tree2f1d795f31d0b0f224cbeb1cf36a8af0af8a7fce /usr.sbin/pkg/Makefile
parent1e821c7783bede12333aee70f7a7e6582aac11d6 (diff)
downloadFreeBSD-src-606ff9a6e867dcc0fe3bb0fc8177da9296200330.zip
FreeBSD-src-606ff9a6e867dcc0fe3bb0fc8177da9296200330.tar.gz
Fix a typo in DPADD.
Diffstat (limited to 'usr.sbin/pkg/Makefile')
-rw-r--r--usr.sbin/pkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg/Makefile b/usr.sbin/pkg/Makefile
index 0e1c2d8..d244bd2 100644
--- a/usr.sbin/pkg/Makefile
+++ b/usr.sbin/pkg/Makefile
@@ -4,7 +4,7 @@ PROG= pkg
SRCS= pkg.c dns_utils.c config.c
NO_MAN= yes
-DPADD= ${LIBARCHIVE} ${LIBELF} ${LIBFETCH} ${LIBBSDYML} ${LIBSUBF}
+DPADD= ${LIBARCHIVE} ${LIBELF} ${LIBFETCH} ${LIBBSDYML} ${LIBSBUF}
LDADD= -larchive -lelf -lfetch -lbsdyml -lsbuf
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud