# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  ericco
# 	Date	:  05/16/92
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.5 05/16/92 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	10/29/97   mabbott	moved linux section to top-level mkpkg
# 	10/17/97   bboyd	added rule for linux OS
# 	04/07/94   ericco	adjusted targets
# 	02/26/94   ericco	added preprocess target
# 	05/16/92   ericco	date and time created 92/05/16 02:25:32 by ericco
# H-
# 
#

# MKPKG file for the EUV Package
#	last revised 10/29/97

$call update
$call install
$exit

preprocess:
update:
install:
	$echo "------------------------  LIB  ---------------------------"
	@lib
	$echo "------------------------  PKG  ---------------------------"
	@pkg
	;

