freebsd-dev/usr.bin/top/Makefile
Dimitry Andric 2f301637c8 Fix multiple warnings in usr.bin/top about variables shadowing global
declarations from base gcc, by renaming those variables.

MFC after:	1 week
2019-02-10 13:34:21 +00:00

12 lines
194 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= ncursesw m kvm jail util sbuf
.include <bsd.prog.mk>