summaryrefslogtreecommitdiffstats
path: root/usr.bin/top/Makefile
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2014-05-17 02:39:20 +0000
committerbdrewery <bdrewery@FreeBSD.org>2014-05-17 02:39:20 +0000
commit7b44e09267defcf7c18d1b8ed0a8331d4a3a7bb7 (patch)
tree5f0484f8e2ab1b7233fdaff1b7511269ee368945 /usr.bin/top/Makefile
parenta0f7dc4feb575b542dbe33a427e89503bbd17007 (diff)
downloadFreeBSD-src-7b44e09267defcf7c18d1b8ed0a8331d4a3a7bb7.zip
FreeBSD-src-7b44e09267defcf7c18d1b8ed0a8331d4a3a7bb7.tar.gz
MFC r265249,r265250,r265251:
- Add -J command/flag to filter by jail name/jid. This will automatically display the JID as well (the -j command/flag). - Add a hint for 'u' and 'J' command that '+' displays all. - Add J command to help.
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 864473f..de08724 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
OpenPOWER on IntegriCloud