#!/bin/sh
# compile_bin86
cd /usr/src/bin86*

make &&
make PREFIX=/usr install
