The Psmisc package contains programs for displaying information about running processes.
Prepare Psmisc for compilation:
CC="gcc ${BUILD64}" ./configure \
--prefix=/usr
Compile the package:
make
This package does not come with a test suite.
Install the package:
make install
Move the killall and fuser programs to the location specified by the FHS:
mv -v /usr/bin/fuser /bin mv -v /usr/bin/killall /bin