
# $Source: /usr/local/kcs/sys.DAVIS_800/mongoose/RCS/buildit,v $
# $Revision: 1.2.98.1
# $State: Exp $
# $Date: 96/05/24 16:13:11 $

#!/bin/ksh -p


rm -f makefile

make -f Makefile makefile.be_std	# Use the BE to build a
					# standard Mongoose.
# make -f Makefile makefile.be_xdb	# Use the BE to build a
					# debuggable Mongoose.
# make -f Makefile makefile.st_std	# Use the standard compilers to
					# build a standard Mongoose.
# make -f Makefile makefile.st_xdb	# Use the standard compilers to
					# build a debuggable Mongoose.

make -f makefile boot REV=X10.20.D
