# 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
# 	06/29/94   akeith	fixed lib grouping 
# 	04/08/94   tnk	std targets
# 	05/07/91   ericco	date and time created 91/05/07 14:04:16 by ericco
# H-
# 
#

#	Revised: 6/29/94
# Make libcep.a

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libcep.a:
	earead.x	 <eerror.h> <edata.h>
	;


zzdebug:
	;
