mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
10 lines
180 B
Makefile
10 lines
180 B
Makefile
|
|
.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>
|