# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  ericco
# 	Date	:  10/29/91
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.5 10/29/91 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	04/28/94   tnk	OBSOLETE
# 	04/07/94   ericco	justed targets
# 	01/23/92   ericco	updated for euv package
# 	10/29/91   ericco	date and time created 91/10/29 16:45:28 by ericco
# H-
# 
#

#	Revised: 4/28/94

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libeuvspec.a:
	;

zzdebug:
	;
