#!/bin/sh

source ../Config.sh

pp_build_local () {
    make install_util_host
    make install_util
}

pp_do "$@"
