summaryrefslogtreecommitdiff
path: root/usr.bin/gcore
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-05-11 13:46:05 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-05-11 13:46:05 +0000
commit290b7b224af3574644610aaa0668f82110ae8834 (patch)
tree5210c546a30638af2c853d30bde0920f99c0fb5e /usr.bin/gcore
parent6b5b16bebe48885c682218c877549989625e8b6c (diff)
downloadsrc-test2-290b7b224af3574644610aaa0668f82110ae8834.tar.gz
src-test2-290b7b224af3574644610aaa0668f82110ae8834.zip
Notes
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 c4939d808921..0f37281e42ff 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