#!/bin/sh
eval `grep ^TARGET TARGET`
echo Configuring $TARGET ...
echo done

