386BSD 0.1 development
[unix-history] / usr / othersrc / contrib / isode / make
CommitLineData
48435ab0
WJ
1: run this script through /bin/sh
2M=/bin/make
3if [ -f /usr/bin/make ]; then
4 M=/usr/bin/make
5fi
6
7exec $M TOPDIR= -f config/CONFIG.make -f Makefile ${1+"$@"}