Edit the Makefile file and edit the CFLAGS variable if you want to add compiler optimizations to this package.
Install Procinfo by running the following commands:
root:procinfo-17# sed "s/-ltermcap/-lncurses/" Makefile >Makefile2
root:procinfo-17# mv Makefile2 Makefile
root:procinfo-17# make
root:procinfo-17# make install
The Procinfo package contains the procinfo program.
procinfo gathers some system data from the /proc directory and prints it nicely formatted on the standard output device.