diff options
Diffstat (limited to 'usr.bin/top/Makefile')
-rw-r--r-- | usr.bin/top/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile new file mode 100644 index 000000000000..007c9b306d23 --- /dev/null +++ b/usr.bin/top/Makefile @@ -0,0 +1,9 @@ +.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> |