#   Make the wfc3 package
#
#   Special keywords recognized by IRAF mkpkg files:
#
#	mkpkg relink		update object library and link
#	mkpkg linkonly		skip object library updates and just link
#	mkpkg install		move executable to lib$
#	mkpkg update		update object library, link, and move to lib$
#
#	This is a test
$call	relink
$exit

update:
	$call	relink
	$call	install
	;

relink:
	$call	@calwf3
	;

install:
	;

wfc3:
linkonly:
	;

wfc3.a:
	;

