diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-08-30 18:46:01 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-08-30 18:46:01 +0000 |
commit | a522766854da0c73b00de173b14761a99499be59 (patch) | |
tree | a0507674c0034a8dd1c7c18991be36594111a447 /sysutils/Makefile | |
parent | 9b2631cba94b24b19c1d244feae8382dc477027c (diff) |
- New port htop
htop is an enhanced version of top, the interactive process viewer,
which can display the list of processes in a tree form.
PR: ports/115873
Submitted by: Tony Shadwick <tshadwick@oss-solutions.com> (maintainer)
Approved by: sat (mentor)
Notes
Notes:
svn path=/head/; revision=198550
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index af3b310a966f..498f879c15fd 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -295,6 +295,7 @@ SUBDIR += hilite SUBDIR += hourglass SUBDIR += hoz + SUBDIR += htop SUBDIR += httplog SUBDIR += i855vidctl10 SUBDIR += iat |