# $FreeBSD: releng/12.1/usr.bin/top/Makefile 344382 2019-02-20 20:28:48Z dim $ # $BSDSUniX $ .include 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