386BSD 0.1 development
[unix-history] / usr / othersrc / contrib / isode / h / make
CommitLineData
9e69f763
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+"$@"}