# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  ericco
# 	Date	:  03/24/92
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.8 03/24/92 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	06/23/94   tnk	changed euvred to euvobsolete
# 	04/08/94   tnk	standard targets
# 	04/30/93   gareth	removed zzdebug
# 	06/30/92   ericco	removed t_test.x
# 	03/24/92   ericco	date and time created 92/03/24 15:08:17 by ericco
# H-
# 
#

#	@(#)mkpkg	1.8 6/23/94
# Make libeuvobsolete.a

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libeuvobsolete.a:
	t_euvcombine.x	 <imhdr.h>
	;


zzdebug:
	;
