: ' Makeall  --  Print message about making all of Xinu'
:
: 'Makeall'
:
PATH=/bin:/usr/bin
echo
echo '*** Making /usr/ftp/pub/Xinu.8086/src/sys/con'
cd con
make
make install
cd ..
/usr/ftp/pub/Xinu.8086/bin/ranlib86 /usr/ftp/pub/Xinu.8086/lib/libx86.a
echo
echo
echo '***********************************************************'
echo '***********************************************************'
echo '***********************************************************'
echo '***							***'
echo '***			N O T E				***'
echo '***	To make all of Xinu, change to directory	***'
echo '***	/usr/ftp/pub/Xinu.8086/src/sys/sys and look at file		***'
echo '***	Configuration.  If your 8086 has the		***'
echo '***	standard hardware configuration you may		***'
echo '***	not need to recompile at all.			***'
echo '***							***'
echo '***********************************************************'
echo '***********************************************************'
echo '***********************************************************'
