repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vm, kernel, top: report memory usage of vm, kernel
[minix.git]
/
usr.bin
/
top
/
Makefile
blob
52efde9e2622d3529f287efb80b7a18d98565736
1
PROG
=
top
2
MAN
=
3
4
DPADD
+= ${
LIBCURSES
} ${
LIBTERMINFO
}
5
LDADD
+= -
lcurses
-
lterminfo
6
7
.
include
<
bsd.prog.mk
>