]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/top/Makefile
THIS BRANCH IS OBSOLETE, PLEASE READ:
[FreeBSD/FreeBSD.git] / usr.bin / top / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PROG=   top
6 SRCS=   commands.c display.c machine.c screen.c top.c \
7         username.c utils.c
8 MAN=    top.1
9
10 LIBADD= ncursesw m kvm jail util sbuf
11 .include <bsd.prog.mk>