]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/top/Makefile
exports.5: Clarify that exported dirs should be local mount points
[FreeBSD/FreeBSD.git] / usr.bin / top / Makefile
1
2 .include <src.opts.mk>
3
4 PROG=   top
5 SRCS=   commands.c display.c machine.c screen.c top.c \
6         username.c utils.c
7 MAN=    top.1
8
9 LIBADD= tinfow m kvm jail util sbuf
10 .include <bsd.prog.mk>