summaryrefslogtreecommitdiffstats
path: root/usr.bin/gcore
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-05-11 13:46:05 +0000
committerantoine <antoine@FreeBSD.org>2013-05-11 13:46:05 +0000
commit9966fe08a798262c6161751502ef532c09c4f81d (patch)
tree5210c546a30638af2c853d30bde0920f99c0fb5e /usr.bin/gcore
parent13a1f48a6a55ad8efd90ae7bb3e9f3dc35ca9c77 (diff)
downloadFreeBSD-src-9966fe08a798262c6161751502ef532c09c4f81d.zip
FreeBSD-src-9966fe08a798262c6161751502ef532c09c4f81d.tar.gz
Add some missing DPADD.
Diffstat (limited to 'usr.bin/gcore')
-rw-r--r--usr.bin/gcore/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gcore/Makefile b/usr.bin/gcore/Makefile
index c4939d8..0f37281 100644
--- a/usr.bin/gcore/Makefile
+++ b/usr.bin/gcore/Makefile
@@ -3,7 +3,7 @@
PROG= gcore
SRCS= elfcore.c gcore.c
-DPADD= ${LIBUTIL}
+DPADD= ${LIBSBUF} ${LIBUTIL}
LDADD= -lsbuf -lutil
WARNS?= 1
OpenPOWER on IntegriCloud