if [ ! -e /k386.a.orig ]
then
	echo "copy old k386.a to /k386.a.orig"
	cp /etc/conf/lib/k386.a /k386.a.orig
fi
make
cd /etc/conf/bin; idmkcoh -o /coh.newrep
sync
echo " "
echo "New kernel to test out is /coh.newrep"


