vm, kernel, top: report memory usage of vm, kernel
[minix.git] / usr.bin / top / Makefile
blob52efde9e2622d3529f287efb80b7a18d98565736
1 PROG= top
2 MAN=
4 DPADD+= ${LIBCURSES} ${LIBTERMINFO}
5 LDADD+= -lcurses -lterminfo
7 .include <bsd.prog.mk>