# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  ericco
# 	Date	:  05/07/91
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.4 05/07/91 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	04/08/94   tnk	standard targets
# 	10/29/91   ericco	remove debug flags
# 	05/07/91   ericco	date and time created 91/05/07 09:52:06 by ericco
# H-
# 
#

#	Revised: 4/8/94
# Make libeuvred.a

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;


update:
	$checkout	libeuvred.a euvbin$
	$update		libeuvred.a
	$checkin	libeuvred.a euvbin$
	;

libeuvred.a:
	t_maskcrt.x	 <edata.h>
	;


zzdebug:
	;
