###################################################################
###################################################################
###								###
###								###
###	*****    *   *    *****    ****     *****     ****	###
###	  *      **  *    *        *   *    *        *    	###
###	  *      * * *    * ***    ****     ***       *** 	###
###	  *      *  **    *   *    *  *     *            *	###
###	*****    *   *    *****    *   *    *****    **** 	###
###								###
###								###
###	      A relational database management system		###
###								###
###			    RELEASE 8.9				###
###								###
###################################################################
###################################################################
#
#	For information contact:
#		Mike Stonebraker
#		Dept. of Electrical Engineering &
#		  Computer Science
#		University of California
#		Berkeley, California  94720
#
#	For information on Linux/386BSD port contact:
#		Zeyd M. Ben-Halim
#		zmbenhal@netcom.com

#
#	Config for Linux	Jan 10, 1993
#		386BSD support  Jan 10, 1993
#

# You need an ANSI-C compilers
CC = gcc

# the cputype, VAX or SUN
# for i386 and i486 define VAX
CPUTYPE=VAX

# Master configuration
CONFIG= -D$(CPUTYPE) 

 
