FREEBSD-upgrade revision 300714
1$FreeBSD$
2
3This file contains notes regarding the upgrade of top(1).  See the vendor
4import instructions at:
5
6	https://www.freebsd.org/doc/en/articles/committers-guide/subversion-primer.html#svn-advanced-use-vendor-imports
7
8The upstream project pages for top(1) are:
9
10	http://www.unixtop.org/
11
12	https://sourceforge.net/projects/unixtop/
13
14contrib/top/machine.h specifies an interface that must be provided by the
15target OS.  That interface is implemented in usr.bin/top/machine.c
16
17To enable building on case-insensitive filesystems, the following files were
18renamed:
19
20	contrib/top/top.X 		-> contrib/top/top.xs
21	contrib/top/top.local.H	-> contrib/top/top.local.hs
22
23