: Run this script through /bin/sh
if [ "$MAKE" = "" ]; then
    MAKE=/bin/make
if [ -f /usr/bin/make ]; then
    MAKE=/usr/bin/make
fi
fi

echo ""
exec $MAKE MODULE=xmsectool -f ../../config/CONFIG.make -f xmsectool.make ${1+"$@"}




