BSD 4_3_Net_2 development
[unix-history] / usr / src / contrib / isode / others / quipu / make
CommitLineData
11492ebf
C
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+"$@"}