: run this script through /bin/sh M=/bin/make if [ -f /usr/bin/make ]; then M=/usr/bin/make fi exec $M ARCH=`arch` TOPDIR=../../ -f ../../config/CONFIG.make -f Makefile ${1+"$@"}