#   Make the copymask task
#   Author: B.Simon, 16-JAN-91
#
#   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$


$checkout sobsolete.a ../
$update   sobsolete.a
$checkin  sobsolete.a ../
$exit

sobsolete.a:
	chkexten.x
        images.x
	mask.x
	tables.x
	copymask.x	<imhdr.h>
	t_copymask.x
	;
