summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2012-05-19 05:07:03 +0000
committermarcel <marcel@FreeBSD.org>2012-05-19 05:07:03 +0000
commit85ee223365b0e5a4d11f3e758b4ff90d9689452e (patch)
treed8303ac8322d20c5d3fe3d3bc31c200125203f23 /usr.bin/fstat
parentda710a8ff4880497c8bc3c85dd6292d1d1f63087 (diff)
downloadFreeBSD-src-85ee223365b0e5a4d11f3e758b4ff90d9689452e.zip
FreeBSD-src-85ee223365b0e5a4d11f3e758b4ff90d9689452e.tar.gz
Bring DPADD in sync with LDADD.
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r--usr.bin/fstat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile
index c59e123..8ea8da3 100644
--- a/usr.bin/fstat/Makefile
+++ b/usr.bin/fstat/Makefile
@@ -4,7 +4,7 @@
PROG= fstat
SRCS= fstat.c fuser.c main.c
LINKS= ${BINDIR}/fstat ${BINDIR}/fuser
-DPADD= ${LIBKVM}
+DPADD= ${LIBKVM} ${LIBUTIL} ${LIBPROCSTAT}
LDADD= -lkvm -lutil -lprocstat
MAN1= fuser.1 fstat.1
OpenPOWER on IntegriCloud