summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-04-16 20:41:25 +0000
committerbapt <bapt@FreeBSD.org>2012-04-16 20:41:25 +0000
commit10552859c1b4a35e872654ec21f766ebac5186ee (patch)
tree8f72bee0ea8f705a425f9c89d8e7742e859003ee /usr.sbin/pkg/Makefile
parentda5eae8899f5e2cb43ecccc320f644abeb47be00 (diff)
downloadFreeBSD-src-10552859c1b4a35e872654ec21f766ebac5186ee.zip
FreeBSD-src-10552859c1b4a35e872654ec21f766ebac5186ee.tar.gz
- Use _PATH_TMP instead of hardcoded /tmp
- more style(9) fixes - some refactoring - better error detection - Add the DPADD to Makefile Submitted by: Garrett Cooper <yanegomi@gmail.com> Approved by: des (mentor)
Diffstat (limited to 'usr.sbin/pkg/Makefile')
-rw-r--r--usr.sbin/pkg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pkg/Makefile b/usr.sbin/pkg/Makefile
index f933ee1..360e301 100644
--- a/usr.sbin/pkg/Makefile
+++ b/usr.sbin/pkg/Makefile
@@ -4,6 +4,7 @@ PROG= pkg
SRC= pkg.c
NO_MAN= yes
+DPADD= ${LIBARCHIVE} ${LIBELF} ${LIBFETCH}
LDADD= -larchive -lelf -lfetch
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud