Installation instructions for psmisc package
============================================

To compile this program you will need ncurses.

To build this, type
	./configure
	make

To install fuser, killall, pstree and their man pagess, type:
	make install

To get pidof, link killall to pidof:
	ln -s killall pidof

