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

exec $M MODULE=af -f ../config/CONFIG.make -f Makefile -f ../config/Makefile ${1+"$@"}
