#!/bin/sh
# compile_procinfo
cd /usr/src/procinfo*

make LDLIBS=-lncurses &&
make install
