cbc83e378a
Differential Revision: https://reviews.freebsd.org/D32098
12 lines
192 B
Makefile
12 lines
192 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= top
|
|
SRCS= commands.c display.c machine.c screen.c top.c \
|
|
username.c utils.c
|
|
MAN= top.1
|
|
|
|
LIBADD= tinfow m kvm jail util sbuf
|
|
.include <bsd.prog.mk>
|