2f301637c8
declarations from base gcc, by renaming those variables. MFC after: 1 week
12 lines
194 B
Makefile
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>
|