opnsense-src/usr.bin/top/Makefile

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

12 lines
192 B
Makefile
Raw Normal View History

# $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>