#! /bin/sh
BUILD=`pwd`
cd $BUILD/driver
make install
cd $BUILD/lib
make
# make local=1 install
make local=$1 install
cd $BUILD/util
# make local=1
make local=$1
make install
