#!/bin/sh
# compile_man
cd /usr/src/man*

./configure -default &&
make &&
make install &&
mv /usr/share/misc/man.conf /etc
