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

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