aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-05-02 23:30:39 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-05-02 23:30:39 +0000
commit1b60f972727e862bb97450ba3f4db9d3904dedb6 (patch)
tree1be93af025ad8a4895637f23b4ea30cad0f145da /usr.bin/top/Makefile
parent02e17f0b93420562b8f192d75ddad3d5d0d4220b (diff)
downloadsrc-1b60f972727e862bb97450ba3f4db9d3904dedb6.tar.gz
src-1b60f972727e862bb97450ba3f4db9d3904dedb6.zip
Add -J command/flag to filter by jail name/jid. This will automatically
display the JID as well (the -j command/flag). 0 displays host. + displays all. MFC after: 2 weeks Relnotes: yes
Notes
Notes: svn path=/head/; revision=265249
Diffstat (limited to 'usr.bin/top/Makefile')
-rw-r--r--usr.bin/top/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile
index 864473f5c614..de08724f7bce 100644
--- a/usr.bin/top/Makefile
+++ b/usr.bin/top/Makefile
@@ -21,8 +21,8 @@ WARNS?= 0
CFLAGS+= -D"Table_size=${TOP_TABLE_SIZE}"
.endif
-DPADD= ${LIBTERMCAP} ${LIBM} ${LIBKVM}
-LDADD= -ltermcap -lm -lkvm
+DPADD= ${LIBTERMCAP} ${LIBM} ${LIBKVM} ${LIBJAIL}
+LDADD= -ltermcap -lm -lkvm -ljail
CLEANFILES= sigdesc.h
SIGCONV_AWK= ${.CURDIR}/../../contrib/top/sigconv.awk