#!/bin/sh
# compile_make
cd /usr/src/make*

./configure --prefix=/usr &&
make &&
make install &&
chgrp root /usr/bin/make &&
chmod 755 /usr/bin/make
