# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  tnk
# 	Date	:  02/25/94
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.2 02/25/94 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	04/08/94   tnk	standard targets
# 	02/25/94   tnk	date and time created 94/02/25 10:50:07 by tnk
# H-
# 
#

#	Revised: @(#)mkpkg	1.2 4/8/94
# Make libeuvtools.a

$call preprocess
$call update
$call zzdebug

preprocess:
	;

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

libeuvtools.a:
	t_getenv.x	
	;

zzdebug:
	;
