Start development on 386BSD 0.0
[unix-history] / .ref-BSD-4_3_Net_2 / usr / src / contrib / isode / others / lookup / make
CommitLineData
f522e28b
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+"$@"}