freebsd-dev/usr.bin/top/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
180 B
Makefile
Raw Normal View History

.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>